From 8dd082a2d2a11be839ad9ba3098d8f3eefa2fdc6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 14 Feb 2024 17:55:22 +0100 Subject: [PATCH 1/4] chore(deps): update helm general minor by renovate (#17760) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor | `v1.13.3` -> `v1.14.2` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `17.2.30` -> `17.3.11` | | [metallb](https://metallb.universe.tf) ([source](https://togithub.com/metallb/metallb)) | minor | `0.13.12` -> `0.14.3` | | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `5.2.2` -> `5.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cert-manager/cert-manager (cert-manager) ### [`v1.14.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.2) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.1...v1.14.2) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. cert-manager 1.14 brings a variety of features, security improvements and bug fixes, including: support for creating X.509 certificates with "Other Name" fields, and support for creating CA certificates with "Name Constraints" and "Authority Information Accessors" extensions. ##### ℹ️ Documentation [Release notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14) [Upgrade notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14) [Installation instructions](https://cert-manager.io/docs/installation/) ##### πŸ”§ Breaking changes See `Breaking changes` in [v1.14.0 release notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0) ##### πŸ“œ Changes since `v1.14.1` ##### Bug or Regression - BUGFIX: cert-manager CA and SelfSigned issuers incorrectly copied the critical flag from the CSR instead of re-calculating that field themselves. ([#​6727](https://togithub.com/cert-manager/cert-manager/issues/6727), [@​jetstack-bot](https://togithub.com/jetstack-bot)) - Helm: Fix a bug in the logic that differentiates between 0 and an empty value. ([#​6729](https://togithub.com/cert-manager/cert-manager/issues/6729), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ##### Other (Cleanup or Flake) - Bump golang to 1.21.7 ([#​6735](https://togithub.com/cert-manager/cert-manager/issues/6735), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ### [`v1.14.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.1) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.0...v1.14.1) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. cert-manager 1.14 brings a variety of features, security improvements and bug fixes, including: support for creating X.509 certificates with "Other Name" fields, and support for creating CA certificates with "Name Constraints" and "Authority Information Accessors" extensions. > ⚠️ This version has known issues. Please install `v1.14.2` instead. ##### ⚠️ Known Issues (fixed in `v1.14.2`) - In cert-manager v1.14.0 and v1.14.1, the `CA` and `SelfSigned` issuers issue certificates with SANs set to non-critical even when the subject is empty. It incorrectly copies the critical field from the CSR. ##### πŸ”§ Breaking changes See `Breaking changes` in [v1.14.0 release notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0) ##### ℹ️ Documentation - [Release notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14) - [Upgrade notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14) - [Installation instructions](https://cert-manager.io/docs/installation/) ##### πŸ“œ Changes since `v1.14.0` ##### Bug or Regression - Fix broken cainjector image value in Helm chart ([#​6693](https://togithub.com/cert-manager/cert-manager/pull/6693), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Fix bug in cmctl namespace detection which prevented it being used as a startupapicheck image in namespaces other than cert-manager. ([#​6706](https://togithub.com/cert-manager/cert-manager/pull/6706), [@​inteon](https://togithub.com/inteon)) - Fix bug in cmctl which caused `cmctl experimental install` to panic. ([#​6706](https://togithub.com/cert-manager/cert-manager/pull/6706), [@​inteon](https://togithub.com/inteon)) ### [`v1.14.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.3...v1.14.0) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. cert-manager 1.14 brings a variety of features, security improvements and bug fixes, including: support for creating X.509 certificates with "Other Name" fields, and support for creating CA certificates with "Name Constraints" and "Authority Information Accessors" extensions. > ⚠️ This version has known issues. Please install `v1.14.2` instead. ##### ⚠️ Known Issues (fixed in `v1.14.1+`) - During the release of `v1.14.0`, the Helm chart for this version was found to use the wrong OCI image for the `cainjector` Deployment, which caused the Helm installation to fail. In order to complete the release, the cert-manager team have manually updated the Helm chart for this version, which contains all the Helm chart fixes which are in `v1.14.1`. - A bug in cmctl namespace detection prevents it being used as a `startupapicheck` image in namespaces other than cert-manager. - A bug in cmctl causes `cmctl experimental install` to panic. ##### πŸ”§ Breaking Changes The startupapicheck job uses a new OCI image called "startupapicheck", instead of the ctl image. If you run in an environment in which images cannot be pulled, be sure to include the new image. The KeyUsage and BasicConstraints extensions will now be encoded as critical in the CertificateRequest's CSR blob. ##### πŸ—ΊοΈ Major Themes ##### New X.509 Features The cert-manager Certificate resource now allows you to configure a subset of "Other Name" SANs, which are described in the [Subject Alternative Name section of RFC 5280](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.6) (on page 37). We specifically support any `otherName` type with a `UTF-8` value, such as the [User Principal Name](https://docs.venafi.com/Docs/current/TopNav/Content/Certificates/r-UEP-support-SANs.php) or [`sAMAccountName`](https://learn.microsoft.com/en-us/windows/win32/ad/naming-properties). These are useful when issuing unique certificates for authenticating with LDAP systems such as Microsoft Active Directory. For example you can create certificates with this block in the spec: otherNames: - oid: 1.3.6.1.4.1.311.20.2.3 # UPN OID utf8Value: upn@domain.local The feature is still in alpha stage and requires you to [enable the `OtherName` feature flag in the controller and webhook components](../../installation/configuring-components.md#feature-gates). ##### New CA certificate Features You can now specify the X.509 v3 Authority Information Accessors extension, with URLs for certificates issued by the CA issuer. Users can now use name constraints in CA certificates. To know more details on name constraints check out RFC section https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10 ##### Security An ongoing security audit of the cert-manager code revealed some weaknesses which we have addressed in this release, such as using more secure default settings in the HTTP servers that serve metrics, healthz and pprof endpoints. This will help mitigate denial-of-service attacks against those important services. All the cert-manager containers are now configured with read only root file system by default, to prevent unexpected changes to the file system of the OCI image. And it is now possible to configure the metrics server to use HTTPS rather than HTTP, so that clients can verify the identity of the metrics server. ##### Other The liveness probe of the cert-manager controller Pod is now enabled by default. There is a new option `.spec.keystores.pkcs12.algorithms` to specify encryption and MAC algorithms for PKCS. ##### 🀝 Community Thanks again to all open-source contributors with commits in this release, including: - [@​ABWassim](https://togithub.com/ABWassim) - [@​JoeNorth](https://togithub.com/JoeNorth) - [@​allenmunC1](https://togithub.com/allenmunC1) - [@​asapekia](https://togithub.com/asapekia) - [@​jeremycampbell](https://togithub.com/jeremycampbell) - [@​jkroepke](https://togithub.com/jkroepke) - [@​jsoref](https://togithub.com/jsoref) - [@​lauraseidler](https://togithub.com/lauraseidler) - [@​pevidex](https://togithub.com/pevidex) - [@​phillebaba](https://togithub.com/phillebaba) - [@​snorwin](https://togithub.com/snorwin) - [@​tanujd11](https://togithub.com/tanujd11) - [@​tberreis](https://togithub.com/tberreis) - [@​vinny](https://togithub.com/vinny) Thanks also to the following cert-manager maintainers for their contributions during this release: - [@​SgtCoDFish](https://togithub.com/SgtCoDFish) - [@​SpectralHiss](https://togithub.com/SpectralHiss) - [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot) - [@​hawksight](https://togithub.com/hawksight) - [@​inteon](https://togithub.com/inteon) - [@​maelvls](https://togithub.com/maelvls) - [@​wallrj](https://togithub.com/wallrj) Equally thanks to everyone who provided feedback, helped users and raised issues on GitHub and Slack and joined our meetings! Thanks also to the [CNCF](https://www.cncf.io/), which provides resources and support, and to the AWS open source team for being good community members and for their maintenance of the [PrivateCA Issuer](https://togithub.com/cert-manager/aws-privateca-issuer). In addition, massive thanks to [Venafi](https://www.venafi.com/) for contributing developer time and resources towards the continued maintenance of cert-manager projects. ##### πŸ“œ Changes ##### Feature - ACME challenge solver Pod for HTTP01 will get a default annotation of `"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"`. You can provide an annotation of `"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"` in your `podTemplate` if you don't like this. ([#​6349](https://togithub.com/cert-manager/cert-manager/pull/6349), [@​jsoref](https://togithub.com/jsoref)) - Added a clock skew detector liveness probe that will force a restart in case we detect a skew between the internal monotonic clock and the system clock of more than 5 minutes. Also, the controller's liveness probe is now enabled by default. ([#​6328](https://togithub.com/cert-manager/cert-manager/pull/6328), [@​inteon](https://togithub.com/inteon)) - Added a new flag (--dynamic-serving-leaf-duration) that can adjust the lifetime of the dynamic leaf certificates ([#​6552](https://togithub.com/cert-manager/cert-manager/pull/6552), [@​allenmunC1](https://togithub.com/allenmunC1)) - Added support for `otherName` SANS in Certificates ([#​6404](https://togithub.com/cert-manager/cert-manager/pull/6404), [@​SpectralHiss](https://togithub.com/SpectralHiss)) - Added the option to specify the X.509 v3 Authority Information Accessors extension CA Issuers URLs for certificates issued by the CA issuer. ([#​6486](https://togithub.com/cert-manager/cert-manager/pull/6486), [@​jeremycampbell](https://togithub.com/jeremycampbell-okta)) - Adds cert-manager's new core infrastructure initiative badge! See more details on https://www.bestpractices.dev/projects/8079 ([#​6497](https://togithub.com/cert-manager/cert-manager/pull/6497), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - All Pods are now configured with `readOnlyRootFilesystem` by default. ([#​6453](https://togithub.com/cert-manager/cert-manager/pull/6453), [@​wallrj](https://togithub.com/wallrj)) - MAYBE BREAKING: The startupapicheck job is now handled by an entirely new container called "startupapicheck". This replaces the previous ctl container. If you run in an environment in which images cannot be pulled, be sure to include the new container. ([#​6549](https://togithub.com/cert-manager/cert-manager/pull/6549), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - New option `.spec.keystores.pkcs12.algorithms` to specify encryption and MAC algorithms for PKCS[#​12](https://togithub.com/cert-manager/cert-manager/pull/12) keystores. Fixes issues [#​5957](https://togithub.com/cert-manager/cert-manager/pull/5957) and [#​6523](https://togithub.com/cert-manager/cert-manager/pull/6523). ([#​6548](https://togithub.com/cert-manager/cert-manager/pull/6548), [@​snorwin](https://togithub.com/snorwin)) - The ACME HTTP01 solver Pod is now configured with `readOnlyRootFilesystem: true` ([#​6462](https://togithub.com/cert-manager/cert-manager/pull/6462), [@​wallrj](https://togithub.com/wallrj)) - Updates the AWS SDK for Go to 1.48.7 to support Amazon EKS Pod Identity ([#​6519](https://togithub.com/cert-manager/cert-manager/pull/6519), [@​JoeNorth](https://togithub.com/JoeNorth)) - Users can now use name constraints in CA certificates. To know more details on name constraints check out RFC section https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10 ([#​6500](https://togithub.com/cert-manager/cert-manager/pull/6500), [@​tanujd11](https://togithub.com/tanujd11)) - ⚠️ potentially breaking ⚠️: The KeyUsage and BasicConstraints extensions will now be encoded as critical in the CertificateRequest's CSR blob. ([#​6053](https://togithub.com/cert-manager/cert-manager/pull/6053), [@​inteon](https://togithub.com/inteon)) - Add TLS support to the metrics endpoint through either a certificate file or through dynamically issued certificates ([#​6574](https://togithub.com/cert-manager/cert-manager/pull/6574), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)) - Helm Chart: allow changing the default Deployment `revisionHistoryLimit` ([#​6248](https://togithub.com/cert-manager/cert-manager/pull/6248), [@​tberreis](https://togithub.com/tberreis)) - Security: Limit the size of the response body read from HTTP requests by cert-manager. ([#​6619](https://togithub.com/cert-manager/cert-manager/pull/6619), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)) - Support custom `spec.namespaceSelector` for webhooks ([#​6638](https://togithub.com/cert-manager/cert-manager/pull/6638), [@​jkroepke](https://togithub.com/jkroepke)) ##### Bug or Regression - BUGFIX\[helm]: Fix issue where webhook feature gates were only set if controller feature gates are set. ([#​6380](https://togithub.com/cert-manager/cert-manager/pull/6380), [@​asapekia](https://togithub.com/asapekia)) - Controller ConfigMap is now created only if `.Values.config` is set. ([#​6357](https://togithub.com/cert-manager/cert-manager/pull/6357), [@​ABWassim](https://togithub.com/ABWassim)) - Fix runaway bug caused by multiple Certificate resources that point to the same Secret resource. ([#​6406](https://togithub.com/cert-manager/cert-manager/pull/6406), [@​inteon](https://togithub.com/inteon)) - Fix(helm): templating of required value in controller and webhook ConfigMap resources ([#​6435](https://togithub.com/cert-manager/cert-manager/pull/6435), [@​ABWassim](https://togithub.com/ABWassim)) - Fixed a webhook validation error message when the key algorithm was invalid. ([#​6571](https://togithub.com/cert-manager/cert-manager/pull/6571), [@​pevidex](https://togithub.com/pevidex)) - Fixed error messaging when setting up vault issuer ([#​6433](https://togithub.com/cert-manager/cert-manager/pull/6433), [@​vinny](https://togithub.com/vinny-sabatini)) - `GHSA-vgf6-pvf4-34rq`: The webhook server now returns HTTP error 413 (Content Too Large) for requests with body size `>= 3MiB`. This is to mitigate DoS attacks that attempt to crash the webhook process by sending large requests that exceed the available memory. The webhook server now returns HTTP error 400 (Bad Request) if the request contains an empty body. The webhook server now returns HTTP error 500 (Internal Server Error) rather than crashing, if the code panics while handling a request. ([#​6498](https://togithub.com/cert-manager/cert-manager/pull/6498), [@​inteon](https://togithub.com/inteon)) - Increase the default webhook timeout to its maximum value of 30 seconds, so that the underlying timeout error message has more chance of being returned to the end user. ([#​6488](https://togithub.com/cert-manager/cert-manager/pull/6488), [@​wallrj](https://togithub.com/wallrj)) - Listeners that do not support TLS on Gateway resources will now not raise `BadConfig` warnings anymore ([#​6347](https://togithub.com/cert-manager/cert-manager/pull/6347), [@​lauraseidler](https://togithub.com/lauraseidler)) - Mitigate potential Slowloris attacks by setting `ReadHeaderTimeout` in all `http.Server` instances ([#​6534](https://togithub.com/cert-manager/cert-manager/pull/6534), [@​wallrj](https://togithub.com/wallrj)) - The Venafi issuer now properly resets the certificate and should no longer get stuck with `WebSDK CertRequest Module Requested Certificate` or `This certificate cannot be processed while it is in an error state. Fix any errors, and then click Retry.`. ([#​6398](https://togithub.com/cert-manager/cert-manager/pull/6398), [@​maelvls](https://togithub.com/maelvls)) - Update experimental install and uninstall commands to have flag parity with the rest of the CLI ([#​6562](https://togithub.com/cert-manager/cert-manager/pull/6562), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)) - Webhook ConfigMap if now created only if `.Values.webhook.config` is set. ([#​6360](https://togithub.com/cert-manager/cert-manager/pull/6360), [@​ABWassim](https://togithub.com/ABWassim)) - BUGFIX: Ensure `otherName` SAN changes in Certificate resources trigger re-issuance. ([#​6620](https://togithub.com/cert-manager/cert-manager/pull/6620), [@​SpectralHiss](https://togithub.com/SpectralHiss)) - Bugfix: Publish the `startupapicheck` image to `quay.io` ([#​6609](https://togithub.com/cert-manager/cert-manager/pull/6609), [@​wallrj](https://togithub.com/wallrj)) ##### Other (Cleanup or Flake) - Cert-manager is now built with Go 1.21.5 ([#​6545](https://togithub.com/cert-manager/cert-manager/pull/6545), [@​wallrj](https://togithub.com/wallrj)) - Bump Go to `1.21.3` to address `CVE-2023-39325`. Also bumps base images. ([#​6410](https://togithub.com/cert-manager/cert-manager/pull/6410), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Bump `golang.org/x/net v0.15.0 => v0.17.0` as part of addressing `CVE-2023-44487` / `CVE-2023-39325` ([#​6427](https://togithub.com/cert-manager/cert-manager/pull/6427), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Check code for unintended use of `crypto/md5`, a weak cryptographic primitive; using `golangci-lint` / `gosec` (G501). ([#​6581](https://togithub.com/cert-manager/cert-manager/pull/6581), [@​wallrj](https://togithub.com/wallrj)) - Check code for unintended use of `crypto/sha1`, a weak cryptographic primitive; using `golangci-lint` / `gosec` (G505). ([#​6579](https://togithub.com/cert-manager/cert-manager/pull/6579), [@​wallrj](https://togithub.com/wallrj)) - Check code for unintended use of weak random number generator (`math/rand` instead of `crypto/rand`); using `golangci-lint` / `gosec` (G404). ([#​6582](https://togithub.com/cert-manager/cert-manager/pull/6582), [@​wallrj](https://togithub.com/wallrj)) - Cleanup: Restrict MutatingWebhookConfiguration to only CertificateRequest resources ([#​6311](https://togithub.com/cert-manager/cert-manager/pull/6311), [@​hawksight](https://togithub.com/hawksight)) - Deprecated `pkg/util.RandStringRunes` and `pkg/controller/test.RandStringBytes`. Use `k8s.io/apimachinery/pkg/util/rand.String` instead. ([#​6585](https://togithub.com/cert-manager/cert-manager/pull/6585), [@​wallrj](https://togithub.com/wallrj)) - Enabled verbose logging in startupapicheck by default, so that if it fails, users can know exactly what caused the failure. ([#​6495](https://togithub.com/cert-manager/cert-manager/pull/6495), [@​wallrj](https://togithub.com/wallrj)) - Fix gosec G601: Implicit memory aliasing of items from a range statement ([#​6551](https://togithub.com/cert-manager/cert-manager/pull/6551), [@​wallrj](https://togithub.com/wallrj)) - Fix handling of serial numbers in literal certificate subjects. Previously a serial number could be specified in `subject.serialNumber` while using a literal certificate subject. This was a mistake and has been fixed. ([#​6533](https://togithub.com/cert-manager/cert-manager/pull/6533), [@​inteon](https://togithub.com/inteon)) - The end-to-end tests can now test the cert-manager Vault Issuer on an OpenShift cluster. ([#​6391](https://togithub.com/cert-manager/cert-manager/pull/6391), [@​wallrj](https://togithub.com/wallrj)) - Update cert-manager's distroless base images from Debian 11 to Debian 12. This should have no practical effects on users. ([#​6583](https://togithub.com/cert-manager/cert-manager/pull/6583), [@​inteon](https://togithub.com/inteon)) - Updated all code using GatewayAPI to use the now GA v1 APIs ([#​6559](https://togithub.com/cert-manager/cert-manager/pull/6559), [@​ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)) - Upgrade Go from 1.20.7 to 1.20.8. ([#​6369](https://togithub.com/cert-manager/cert-manager/pull/6369), [@​inteon](https://togithub.com/inteon)) - Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because `v3.10.2` is labeled as "DO NOT USE". ([#​6366](https://togithub.com/cert-manager/cert-manager/pull/6366), [@​inteon](https://togithub.com/inteon)) - Use the new generic `sets.Set` type in place of the deprecated `sets.String`. ([#​6586](https://togithub.com/cert-manager/cert-manager/pull/6586), [@​wallrj](https://togithub.com/wallrj)) - cert-manager is now built with Go `v1.21.6` ([#​6628](https://togithub.com/cert-manager/cert-manager/pull/6628), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Update the Azure SDK and remove deprecated `autorest` dependency ([#​5452](https://togithub.com/cert-manager/cert-manager/pull/5452), [@​phillebaba](https://togithub.com/phillebaba)) - The cert-manager E2E tests can now be run on Kubernetes 1.29 ([#​6641](https://togithub.com/cert-manager/cert-manager/pull/6641), [@​wallrj](https://togithub.com/wallrj))
truecharts/library-charts (common) ### [`v17.3.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.11) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.10...common-17.3.11) Function library for TrueCharts ### [`v17.3.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.10) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.9...common-17.3.10) Function library for TrueCharts ### [`v17.3.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.9) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.8...common-17.3.9) Function library for TrueCharts ### [`v17.3.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.8) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.7...common-17.3.8) Function library for TrueCharts ### [`v17.3.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.7) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.6...common-17.3.7) Function library for TrueCharts ### [`v17.3.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.6) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.5...common-17.3.6) Function library for TrueCharts ### [`v17.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.5) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.4...common-17.3.5) Function library for TrueCharts ### [`v17.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.4) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.3...common-17.3.4) Function library for TrueCharts ### [`v17.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.3) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.2...common-17.3.3) Function library for TrueCharts ### [`v17.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.2) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.1...common-17.3.2) Function library for TrueCharts ### [`v17.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.1) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.0...common-17.3.1) Function library for TrueCharts ### [`v17.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.31...common-17.3.0) Function library for TrueCharts ### [`v17.2.31`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.31) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.30...common-17.2.31) Function library for TrueCharts
metallb/metallb (metallb) ### [`v0.14.3`](https://togithub.com/metallb/metallb/releases/tag/v0.14.3) [Compare Source](https://togithub.com/metallb/metallb/compare/v0.14.2...v0.14.3) See https://metallb.universe.tf/release-notes/ for details ### [`v0.14.2`](https://togithub.com/metallb/metallb/releases/tag/v0.14.2) [Compare Source](https://togithub.com/metallb/metallb/compare/v0.13.12...v0.14.2) See https://metallb.universe.tf/release-notes/ for details
vmware-tanzu/helm-charts (velero) ### [`v5.3.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.3.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.2.2...velero-5.3.0) A Helm chart for velero #### What's Changed - \[velero]Bump velero version v1.13.0 by [@​qiuming-best](https://togithub.com/qiuming-best) in [https://github.com/vmware-tanzu/helm-charts/pull/535](https://togithub.com/vmware-tanzu/helm-charts/pull/535) **Full Changelog**: https://github.com/vmware-tanzu/helm-charts/compare/velero-5.2.2...velero-5.3.0
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/enterprise/velero/Chart.yaml | 4 ++-- charts/operators/cert-manager/Chart.yaml | 4 ++-- charts/operators/metallb/Chart.yaml | 4 ++-- charts/stable/ollama/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/enterprise/velero/Chart.yaml b/charts/enterprise/velero/Chart.yaml index c555282b95a..41bcb1add0a 100644 --- a/charts/enterprise/velero/Chart.yaml +++ b/charts/enterprise/velero/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: velero - version: 5.2.2 + version: 5.3.0 repository: https://vmware-tanzu.github.io/helm-charts condition: "" alias: velero @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/velero - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 3.2.9 +version: 3.3.0 diff --git a/charts/operators/cert-manager/Chart.yaml b/charts/operators/cert-manager/Chart.yaml index 004d097e828..760c3dc8c55 100644 --- a/charts/operators/cert-manager/Chart.yaml +++ b/charts/operators/cert-manager/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: cert-manager - version: v1.13.3 + version: v1.14.2 repository: https://charts.jetstack.io condition: "" alias: certmanager @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 3.1.16 +version: 3.2.0 diff --git a/charts/operators/metallb/Chart.yaml b/charts/operators/metallb/Chart.yaml index 74391b92254..3ab9e8bcbca 100644 --- a/charts/operators/metallb/Chart.yaml +++ b/charts/operators/metallb/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: metallb - version: 0.13.12 + version: 0.14.3 repository: https://metallb.github.io/metallb condition: "" alias: metallb @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/metallb - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 13.1.16 +version: 13.2.0 diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 156d2bd68d8..a491daef373 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: 0.1.24 dependencies: - name: common - version: 17.2.30 + version: 17.3.11 repository: https://library-charts.truecharts.org condition: "" alias: "" @@ -36,4 +36,4 @@ sources: - https://hub.docker.com/r/ollama/ollama - https://ghcr.io/ollama-webui/ollama-webui type: application -version: 1.0.7 +version: 1.1.0 From 8112b8822889c355f70f6d527f769423daaa975f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 14 Feb 2024 17:56:34 +0100 Subject: [PATCH 2/4] chore(deps): update helm general major by renovate (major) (#17456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | major | `10.2.12` -> `11.0.0` | | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | major | `55.11.0` -> `56.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
truecharts/charts (clickhouse) ### [`v11.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-11.0.0) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.14...clickhouse-11.0.0) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v10.2.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.14) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.13...clickhouse-10.2.14) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v10.2.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.13) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.12...clickhouse-10.2.13) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
prometheus-community/helm-charts (kube-prometheus-stack) ### [`v56.6.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.1...kube-prometheus-stack-56.6.2) 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. #### What's Changed - \[kube-prometheus-stack] Allow fullname override of prometheus-operator by [@​than-pet](https://togithub.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4219](https://togithub.com/prometheus-community/helm-charts/pull/4219) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-statsd-exporter-0.13.0...kube-prometheus-stack-56.6.2 ### [`v56.6.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.0...kube-prometheus-stack-56.6.1) 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. #### What's Changed - \[kube-prometheus-stack] Fixing template inconsistencies in prometheus-operator fullname by [@​than-pet](https://togithub.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4217](https://togithub.com/prometheus-community/helm-charts/pull/4217) #### New Contributors - [@​than-pet](https://togithub.com/than-pet) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4217](https://togithub.com/prometheus-community/helm-charts/pull/4217) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.8.0...kube-prometheus-stack-56.6.1 ### [`v56.6.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.5.0...kube-prometheus-stack-56.6.0) 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. #### What's Changed - \[kube-prometheus-stack] Update Thanos to v0.34.0 by [@​dragoangel](https://togithub.com/dragoangel) in [https://github.com/prometheus-community/helm-charts/pull/4211](https://togithub.com/prometheus-community/helm-charts/pull/4211) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-ipmi-exporter-0.2.1...kube-prometheus-stack-56.6.0 ### [`v56.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.4.0...kube-prometheus-stack-56.5.0) 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. #### What's Changed - \[kube-prometheus-stack] Update Grafana chart to 7.3.x by [@​sturman](https://togithub.com/sturman) in [https://github.com/prometheus-community/helm-charts/pull/4210](https://togithub.com/prometheus-community/helm-charts/pull/4210) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.27.0...kube-prometheus-stack-56.5.0 ### [`v56.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.3.0...kube-prometheus-stack-56.4.0) 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. #### What's Changed - \[kube-prometheus-stack] Update Thanos Ruler to v0.34.0 by [@​dragoangel](https://togithub.com/dragoangel) in [https://github.com/prometheus-community/helm-charts/pull/4209](https://togithub.com/prometheus-community/helm-charts/pull/4209) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.11.0...kube-prometheus-stack-56.4.0 ### [`v56.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.1...kube-prometheus-stack-56.3.0) 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. #### What's Changed - \[kube-prometheus-stack] add maximumStartupDurationSeconds optional value by [@​prudnitskiy](https://togithub.com/prudnitskiy) in [https://github.com/prometheus-community/helm-charts/pull/4195](https://togithub.com/prometheus-community/helm-charts/pull/4195) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-systemd-exporter-0.2.0...kube-prometheus-stack-56.3.0 ### [`v56.2.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.0...kube-prometheus-stack-56.2.1) 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. #### What's Changed - \[kube-prometheus-stack] Update values.yaml by [@​xogoodnow](https://togithub.com/xogoodnow) in [https://github.com/prometheus-community/helm-charts/pull/4075](https://togithub.com/prometheus-community/helm-charts/pull/4075) #### New Contributors - [@​xogoodnow](https://togithub.com/xogoodnow) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4075](https://togithub.com/prometheus-community/helm-charts/pull/4075) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-statsd-exporter-0.12.0...kube-prometheus-stack-56.2.1 ### [`v56.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.1.0...kube-prometheus-stack-56.2.0) 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. #### What's Changed - \[kube-prometheus-stack] Added missing enforcedKeepDroppedTargets in the template of prometheus in 0.71.0 by [@​Leegin-darknight](https://togithub.com/Leegin-darknight) in [https://github.com/prometheus-community/helm-charts/pull/4178](https://togithub.com/prometheus-community/helm-charts/pull/4178) #### New Contributors - [@​Leegin-darknight](https://togithub.com/Leegin-darknight) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4178](https://togithub.com/prometheus-community/helm-charts/pull/4178) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-nats-exporter-2.15.0...kube-prometheus-stack-56.2.0 ### [`v56.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.5...kube-prometheus-stack-56.1.0) 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. #### What's Changed - \[kube-prometheus-stack] bump win and node exporter deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4189](https://togithub.com/prometheus-community/helm-charts/pull/4189) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.10.1...kube-prometheus-stack-56.1.0 ### [`v56.0.5`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.5) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5) 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. #### What's Changed - \[kube-prometheus-stack] bump operator to 0.71.2 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4180](https://togithub.com/prometheus-community/helm-charts/pull/4180) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5 ### [`v56.0.4`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.4) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.3...kube-prometheus-stack-56.0.4) 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. #### What's Changed - \[kube-prometheus-stack] add missing rbac permissions for 0.71.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4175](https://togithub.com/prometheus-community/helm-charts/pull/4175) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.26.0...kube-prometheus-stack-56.0.4 ### [`v56.0.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.3) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3) 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. #### What's Changed - \[kube-prometheus-stack] fix label on admission controller by [@​DrBu7cher](https://togithub.com/DrBu7cher) in [https://github.com/prometheus-community/helm-charts/pull/4168](https://togithub.com/prometheus-community/helm-charts/pull/4168) #### New Contributors - [@​DrBu7cher](https://togithub.com/DrBu7cher) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4168](https://togithub.com/prometheus-community/helm-charts/pull/4168) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3 ### [`v56.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.1...kube-prometheus-stack-56.0.2) 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. #### What's Changed - \[kube-prometheus-stack] Enable release label for windows exporter by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4029](https://togithub.com/prometheus-community/helm-charts/pull/4029) - \[kube-prometheus-stack] allow kube-state-metrics job name to be overridden by [@​jhandguy](https://togithub.com/jhandguy) in [https://github.com/prometheus-community/helm-charts/pull/4160](https://togithub.com/prometheus-community/helm-charts/pull/4160) #### New Contributors - [@​jhandguy](https://togithub.com/jhandguy) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4160](https://togithub.com/prometheus-community/helm-charts/pull/4160) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.10.0...kube-prometheus-stack-56.0.2 ### [`v56.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.0.1) 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. #### What's Changed - \[kube-prometheus-stack] Label promstack-operator pods with k8s recommended labels by [@​koooge](https://togithub.com/koooge) in [https://github.com/prometheus-community/helm-charts/pull/4094](https://togithub.com/prometheus-community/helm-charts/pull/4094) #### New Contributors - [@​koooge](https://togithub.com/koooge) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4094](https://togithub.com/prometheus-community/helm-charts/pull/4094) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.0.1 ### [`v56.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.11.0...kube-prometheus-stack-56.0.0) 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. #### What's Changed - \[kube-prometheus-stack] bump operator to 0.71.0 (and default prom to 2.49.1) by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4151](https://togithub.com/prometheus-community/helm-charts/pull/4151) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.9.0...kube-prometheus-stack-56.0.0
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/operators/prometheus-operator/Chart.yaml | 4 ++-- charts/stable/plausible/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/operators/prometheus-operator/Chart.yaml b/charts/operators/prometheus-operator/Chart.yaml index 660e45b6817..398836dfe24 100644 --- a/charts/operators/prometheus-operator/Chart.yaml +++ b/charts/operators/prometheus-operator/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: kube-prometheus-stack - version: 55.11.0 + version: 56.6.2 repository: https://prometheus-community.github.io/helm-charts condition: "" alias: kps @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 4.5.7 +version: 5.0.0 diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 49c4a8434c1..5a545ce7355 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: clickhouse - version: 10.2.12 + version: 11.0.0 repository: oci://tccr.io/truecharts condition: clickhouse.enabled alias: "" @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plausible - https://hub.docker.com/r/plausible/analytics type: application -version: 8.2.9 +version: 9.0.0 From bdbc2ddfc5dc2e48c018f51c3a9934f953258274 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 14 Feb 2024 18:00:22 +0100 Subject: [PATCH 3/4] chore(deps): update helm general non-major by renovate (#17986) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | patch | `10.2.12` -> `10.2.14` | | [cloudnative-pg](https://cloudnative-pg.io) ([source](https://togithub.com/cloudnative-pg/charts)) | patch | `0.20.0` -> `0.20.1` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | patch | `6.1.15` -> `6.1.21` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | patch | `12.1.12` -> `12.1.17` | | [memcached](https://truecharts.org/charts/dependency/memcached) ([source](https://togithub.com/truecharts/charts)) | patch | `11.1.13` -> `11.1.18` | | [mongodb](https://truecharts.org/charts/dependency/mongodb) ([source](https://togithub.com/truecharts/charts)) | patch | `11.1.17` -> `11.1.22` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | patch | `6.1.15` -> `6.1.20` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | patch | `11.1.16` -> `11.1.21` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
truecharts/charts (clickhouse) ### [`v10.2.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.14) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.13...clickhouse-10.2.14) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v10.2.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.13) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.12...clickhouse-10.2.13) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
cloudnative-pg/charts (cloudnative-pg) ### [`v0.20.1`](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.0...cloudnative-pg-v0.20.1) [Compare Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.20.0...cloudnative-pg-v0.20.1)
--- ### Configuration πŸ“… **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/enterprise/authelia/Chart.yaml | 4 ++-- charts/enterprise/blocky/Chart.yaml | 4 ++-- charts/enterprise/prometheus/Chart.yaml | 6 +++--- charts/operators/cloudnative-pg/Chart.yaml | 4 ++-- charts/stable/anonaddy/Chart.yaml | 6 +++--- charts/stable/authentik/Chart.yaml | 4 ++-- charts/stable/baserow/Chart.yaml | 4 ++-- charts/stable/bookstack/Chart.yaml | 4 ++-- charts/stable/chevereto/Chart.yaml | 4 ++-- charts/stable/clarkson/Chart.yaml | 4 ++-- charts/stable/ctfd/Chart.yaml | 6 +++--- charts/stable/etesync/Chart.yaml | 4 ++-- charts/stable/fireflyiii/Chart.yaml | 4 ++-- charts/stable/fleet/Chart.yaml | 4 ++-- charts/stable/friendica/Chart.yaml | 6 +++--- charts/stable/ghostfolio/Chart.yaml | 4 ++-- charts/stable/gitea/Chart.yaml | 4 ++-- charts/stable/hasty-paste/Chart.yaml | 4 ++-- charts/stable/humhub/Chart.yaml | 6 +++--- charts/stable/libremdb/Chart.yaml | 4 ++-- charts/stable/matomo/Chart.yaml | 4 ++-- charts/stable/misskey/Chart.yaml | 4 ++-- charts/stable/mongo-express/Chart.yaml | 4 ++-- charts/stable/monica/Chart.yaml | 4 ++-- charts/stable/n8n/Chart.yaml | 4 ++-- charts/stable/nextcloud/Chart.yaml | 4 ++-- charts/stable/nginx-proxy-manager/Chart.yaml | 4 ++-- charts/stable/nitter/Chart.yaml | 4 ++-- charts/stable/nocodb/Chart.yaml | 4 ++-- charts/stable/onlyoffice-document-server/Chart.yaml | 4 ++-- charts/stable/outline/Chart.yaml | 4 ++-- charts/stable/paperless-ngx/Chart.yaml | 4 ++-- charts/stable/papermerge/Chart.yaml | 4 ++-- charts/stable/photoprism/Chart.yaml | 4 ++-- charts/stable/piwigo/Chart.yaml | 4 ++-- charts/stable/plausible/Chart.yaml | 4 ++-- charts/stable/projectsend/Chart.yaml | 4 ++-- charts/stable/romm/Chart.yaml | 6 +++--- charts/stable/rsshub/Chart.yaml | 4 ++-- charts/stable/seafile/Chart.yaml | 4 ++-- charts/stable/send/Chart.yaml | 4 ++-- charts/stable/servas/Chart.yaml | 4 ++-- charts/stable/shlink/Chart.yaml | 4 ++-- charts/stable/van-dam/Chart.yaml | 4 ++-- charts/stable/vikunja/Chart.yaml | 4 ++-- charts/stable/weblate/Chart.yaml | 4 ++-- charts/stable/wekan/Chart.yaml | 4 ++-- charts/stable/wordpress/Chart.yaml | 4 ++-- charts/stable/youtubedl-material/Chart.yaml | 4 ++-- 49 files changed, 104 insertions(+), 104 deletions(-) diff --git a/charts/enterprise/authelia/Chart.yaml b/charts/enterprise/authelia/Chart.yaml index 3ff50e30fc8..c2bc1ba2b38 100644 --- a/charts/enterprise/authelia/Chart.yaml +++ b/charts/enterprise/authelia/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -51,4 +51,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia - https://ghcr.io/authelia/authelia type: application -version: 22.2.7 +version: 22.2.8 diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 28d9ee811f0..4ebe83cbe5f 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -44,4 +44,4 @@ sources: - https://quay.io/oriedge/k8s_gateway - https://hub.docker.com/r/spx01/blocky type: application -version: 12.2.7 +version: 12.2.8 diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index 111769ff72e..139ed7c8dff 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: node-exporter - version: 6.1.15 + version: 6.1.20 repository: https://deps.truecharts.org condition: exporters.enabled,exporters.node-exporter.enabled alias: "" tags: [] import-values: [] - name: kube-state-metrics - version: 6.1.15 + version: 6.1.21 repository: https://deps.truecharts.org condition: exporters.enabled,exporters.kube-state-metrics.enabled alias: "" @@ -50,4 +50,4 @@ sources: - https://hub.docker.com/r/bitnami/alertmanager - https://quay.io/thanos/thanos type: application -version: 16.4.9 +version: 16.4.10 diff --git a/charts/operators/cloudnative-pg/Chart.yaml b/charts/operators/cloudnative-pg/Chart.yaml index 780653a0c57..466ecf3fc0c 100644 --- a/charts/operators/cloudnative-pg/Chart.yaml +++ b/charts/operators/cloudnative-pg/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: cloudnative-pg - version: 0.20.0 + version: 0.20.1 repository: https://cloudnative-pg.github.io/charts condition: "" alias: cloudnative-pg @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 5.2.16 +version: 5.2.17 diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 694537b84c6..01396896ac8 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -47,4 +47,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://hub.docker.com/r/anonaddy/anonaddy type: application -version: 19.1.16 +version: 19.1.17 diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index c2a2e81dc6e..6674c0d9988 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -45,4 +45,4 @@ sources: - https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/radius type: application -version: 19.2.10 +version: 19.2.11 diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 08d06276c50..9cddb50f070 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://hub.docker.com/r/baserow/baserow type: application -version: 11.1.17 +version: 11.1.18 diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 6793b35b4a9..fe80e9e53e7 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://ghcr.io/linuxserver/bookstack type: application -version: 11.2.17 +version: 11.2.18 diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 6e875382f28..e3420440c6f 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - https://ghcr.io/rodber/chevereto-free type: application -version: 11.1.15 +version: 11.1.16 diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index bc2713b19cd..381a9b2b53e 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - https://ghcr.io/linuxserver/clarkson type: application -version: 11.1.15 +version: 11.1.16 diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index a0485b69f28..31050fd944b 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd - https://ghcr.io/ctfd/ctfd type: application -version: 3.1.18 +version: 3.1.19 diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index d6be007ad48..e80130382d5 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -47,4 +47,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/etesync - https://hub.docker.com/r/victorrds/etesync type: application -version: 8.1.15 +version: 8.1.16 diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 628dfee350e..35932937b69 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://hub.docker.com/r/fireflyiii/core type: application -version: 24.1.22 +version: 24.1.23 diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index ba303dc2902..f7a00e4e882 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - https://ghcr.io/linuxserver/fleet type: application -version: 11.1.21 +version: 11.1.22 diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index 2654cb44be8..fee90cdc5a1 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://hub.docker.com/_/friendica type: application -version: 12.2.17 +version: 12.2.18 diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 465da4a9177..e6a9fb48a90 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: "" alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 3.10.0 +version: 3.10.1 diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index 889f3e47f0c..5a97755b378 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: memcached - version: 11.1.13 + version: 11.1.18 repository: oci://tccr.io/truecharts condition: memcached.enabled alias: "" @@ -46,4 +46,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - https://hub.docker.com/r/gitea/gitea type: application -version: 17.1.18 +version: 17.1.19 diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml index 0f86d5f04d8..6e1b22ca12d 100644 --- a/charts/stable/hasty-paste/Chart.yaml +++ b/charts/stable/hasty-paste/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste - https://ghcr.io/enchant97/hasty-paste type: application -version: 5.1.15 +version: 5.1.16 diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index 7e8b980b081..a39df04024b 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://ghcr.io/mriedmann/humhub-phponly - https://ghcr.io/mriedmann/humhub-nginx type: application -version: 6.2.9 +version: 6.2.10 diff --git a/charts/stable/libremdb/Chart.yaml b/charts/stable/libremdb/Chart.yaml index 9d55cb69e8a..bd851184133 100644 --- a/charts/stable/libremdb/Chart.yaml +++ b/charts/stable/libremdb/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb - https://quay.io/pussthecatorg/libremdb type: application -version: 6.1.23 +version: 6.1.24 diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index fdf7c8f0ccf..18a574a4faf 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - https://hub.docker.com/r/bitnami/matomo type: application -version: 12.0.8 +version: 12.0.9 diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index 4251c3c3f5e..9ec55a582f2 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/misskey - https://hub.docker.com/r/misskey/misskey type: application -version: 7.1.16 +version: 7.1.17 diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 65a1b6cdf3e..4a9e67c7999 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mongodb - version: 11.1.17 + version: 11.1.22 repository: oci://tccr.io/truecharts condition: mongodb.enabled alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express - https://hub.docker.com/_/mongo-express type: application -version: 5.1.16 +version: 5.1.17 diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index d55a1262043..1753e39afff 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://hub.docker.com/_/monica type: application -version: 11.1.18 +version: 11.1.19 diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index 7627b55d8cb..16d010b00f2 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - https://hub.docker.com/r/n8nio/n8n type: application -version: 12.7.0 +version: 12.7.1 diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 4fb9d73713b..ee4658cc43a 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -50,4 +50,4 @@ sources: - https://hub.docker.com/r/nginxinc/nginx-unprivileged - https://hub.docker.com/r/clamav/clamav type: application -version: 28.2.0 +version: 28.2.1 diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index be6814a9176..90b2aea7501 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager - https://hub.docker.com/r/jc21/nginx-proxy-manager type: application -version: 8.2.7 +version: 8.2.8 diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index c181d56f9a7..2865bcc521e 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nitter - https://hub.docker.com/r/zedeus/nitter type: application -version: 5.1.15 +version: 5.1.16 diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index e83bf037b1b..d258e98cb4e 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb type: application -version: 12.3.6 +version: 12.3.7 diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 083ebac89ef..58ee1ce6a51 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - https://hub.docker.com/r/onlyoffice/documentserver type: application -version: 16.0.1 +version: 16.0.2 diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 63ff494074d..b0bb97990c4 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline type: application -version: 11.1.15 +version: 11.1.16 diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index 1fa7b372731..72b1833960b 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - https://ghcr.io/paperless-ngx/paperless-ngx type: application -version: 6.5.0 +version: 6.5.1 diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 89d6b98052c..a2f14a2ff21 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - https://hub.docker.com/r/papermerge/papermerge type: application -version: 11.1.15 +version: 11.1.16 diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 2f6a0a4ca92..c396accadcb 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://hub.docker.com/r/photoprism/photoprism type: application -version: 19.1.16 +version: 19.1.17 diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index a03dfa6ec14..95d83bae445 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo - https://ghcr.io/linuxserver/piwigo type: application -version: 11.3.1 +version: 11.3.2 diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 5a545ce7355..6da362284f7 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: clickhouse - version: 11.0.0 + version: 10.2.14 repository: oci://tccr.io/truecharts condition: clickhouse.enabled alias: "" @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plausible - https://hub.docker.com/r/plausible/analytics type: application -version: 9.0.0 +version: 9.0.1 diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 2fbb99083b2..39d9f32817c 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://ghcr.io/linuxserver/projectsend type: application -version: 11.1.19 +version: 11.1.20 diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 69bef664396..217fd44f5ef 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/romm - https://ghcr.io/zurdi15/romm type: application -version: 6.3.8 +version: 6.3.9 diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 4aed0569ad6..192ea010325 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://hub.docker.com/r/diygod/rsshub - https://hub.docker.com/r/browserless/chrome type: application -version: 11.2.7 +version: 11.2.8 diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index c61aea9240e..7ceefc3a7f4 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - https://hub.docker.com/r/seafileltd/seafile-mc type: application -version: 4.1.17 +version: 4.1.18 diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml index dad5d3d79d4..36d61927a05 100644 --- a/charts/stable/send/Chart.yaml +++ b/charts/stable/send/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://gitlab.com/timvisee/send - https://github.com/truecharts/charts/tree/master/charts/stable/send type: application -version: 4.2.2 +version: 4.2.3 diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index bf9bf25ac41..82d493093c9 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/servas - https://hub.docker.com/r/beromir/servas type: application -version: 3.2.7 +version: 3.2.8 diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 4358f71e670..e35ff7de47d 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - https://hub.docker.com/r/shlinkio/shlink type: application -version: 12.1.17 +version: 12.1.18 diff --git a/charts/stable/van-dam/Chart.yaml b/charts/stable/van-dam/Chart.yaml index 405a1a4f505..8350fa343f3 100644 --- a/charts/stable/van-dam/Chart.yaml +++ b/charts/stable/van-dam/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam - https://ghcr.io/floppy/van_dam type: application -version: 3.1.19 +version: 3.1.20 diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 39692c56030..b503b875ae9 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -42,4 +42,4 @@ sources: - https://hub.docker.com/r/vikunja/api - https://hub.docker.com/_/nginx type: application -version: 12.1.21 +version: 12.1.22 diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 1af5f71c950..fb1dcabff07 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 11.1.16 + version: 11.1.21 repository: https://deps.truecharts.org condition: redis.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - https://hub.docker.com/r/weblate/weblate type: application -version: 12.1.15 +version: 12.1.16 diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index d8e5233ef37..2de364a86b6 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mongodb - version: 11.1.17 + version: 11.1.22 repository: https://deps.truecharts.org condition: mongodb.enabled alias: "" @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - https://hub.docker.com/r/wekanteam/wekan type: application -version: 13.4.1 +version: 13.4.2 diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index b840d1f0aa8..ae8e98c5515 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 12.1.12 + version: 12.1.17 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://hub.docker.com/r/bitnami/wordpress type: application -version: 6.1.23 +version: 6.1.24 diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index b9c314095a7..bd1bdf42139 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mongodb - version: 11.1.17 + version: 11.1.22 repository: https://deps.truecharts.org condition: mongodb.enabled alias: "" @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material - https://ghcr.io/tzahi12345/youtubedl-material type: application -version: 9.1.16 +version: 9.1.17 From a59b2b433bf1b43f1dd36e8424034965ff61d5da Mon Sep 17 00:00:00 2001 From: Ac1dburn Date: Wed, 14 Feb 2024 12:03:46 -0500 Subject: [PATCH 4/4] chore(deps): Adding exporter for rutorrent (#17768) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** βš’οΈ Fixes # **βš™οΈ Type of change** - [ ] βš™οΈ Feature/App addition - [ ] πŸͺ› Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] πŸ”ƒ Refactor of current code **πŸ§ͺ How Has This Been Tested?** **πŸ“ƒ Notes:** **βœ”οΈ Checklist:** - [ ] βš–οΈ My code follows the style guidelines of this project - [ ] πŸ‘€ I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] πŸ“„ I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] πŸ§ͺ I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **βž• App addition** If this PR is an app addition please make sure you have done the following. - [ ] πŸ–ΌοΈ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Ac1dburn Signed-off-by: Ac1dburn Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Kjeld Schouten --- charts/stable/rtorrent-rutorrent/Chart.yaml | 2 +- .../stable/rtorrent-rutorrent/questions.yaml | 2 + .../rtorrent-rutorrent/templates/common.yaml | 12 ++++- charts/stable/rtorrent-rutorrent/values.yaml | 52 +++++++++++++++++++ 4 files changed, 66 insertions(+), 2 deletions(-) diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index 998080e15a2..46a5da362b3 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent - https://ghcr.io/crazy-max/rtorrent-rutorrent type: application -version: 3.1.11 +version: 3.1.13 \ No newline at end of file diff --git a/charts/stable/rtorrent-rutorrent/questions.yaml b/charts/stable/rtorrent-rutorrent/questions.yaml index c2fcdd9a7a1..c63c7ce598a 100644 --- a/charts/stable/rtorrent-rutorrent/questions.yaml +++ b/charts/stable/rtorrent-rutorrent/questions.yaml @@ -208,6 +208,8 @@ questions: type: int default: 568 # Include{resources} +# Include{metrics} +# Include{prometheusRule} # Include{advanced} # Include{addons} # Include{codeserver} diff --git a/charts/stable/rtorrent-rutorrent/templates/common.yaml b/charts/stable/rtorrent-rutorrent/templates/common.yaml index b51394e00a4..3c93f578611 100644 --- a/charts/stable/rtorrent-rutorrent/templates/common.yaml +++ b/charts/stable/rtorrent-rutorrent/templates/common.yaml @@ -1 +1,11 @@ -{{ include "tc.v1.common.loader.all" . }} +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/charts/stable/rtorrent-rutorrent/values.yaml b/charts/stable/rtorrent-rutorrent/values.yaml index b53e2fd3d91..edb58fcc252 100644 --- a/charts/stable/rtorrent-rutorrent/values.yaml +++ b/charts/stable/rtorrent-rutorrent/values.yaml @@ -3,6 +3,11 @@ image: pullPolicy: IfNotPresent tag: 4.2.9-0.9.8_2-0.13.8_1@sha256:8d089b00282a203886361268d9210106956302c2194e75ae56982a6f0398aef9 +exportarrImage: + repository: ghcr.io/thde/rtorrent_exporter + pullPolicy: IfNotPresent + tag: v1.3.1@sha256:0a7716d8b434f8ecf9370053c46e099cfde3c98a60555d3128e07e6da7438fcd + securityContext: container: PUID: 33 @@ -51,6 +56,15 @@ service: rtinc: enabled: true port: 50000 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 9135 + targetSelector: exportarr workload: main: @@ -78,6 +92,33 @@ workload: WEBDAV_PORT: "{{ .Values.service.webdav.ports.webdav.port }}" RT_INC_PORT: "{{ .Values.service.rtinc.ports.rtinc.port }}" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - --rtorrent.scrape-uri={{ printf "http://%s-xmlrpc.%s:%v/RPC2/" .Release.Name .Release.Namespace .Values.service.xmlrpc.ports.xmlrpc.port }} + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%s-xmlrpc.%s:%v/RPC2/" .Release.Name .Release.Namespace .Values.service.xmlrpc.ports.xmlrpc.port }}' + ENABLE_ADDITIONAL_METRICS: false + ENABLE_UNKNOWN_QUEUE_ITEMS: false + persistence: data: enabled: true @@ -88,6 +129,17 @@ persistence: passwd: enabled: true mountPath: "/passwd" + +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false portal: open: