From 6d989da0e965306d1732edbde36a3695e32441cf Mon Sep 17 00:00:00 2001 From: sonicaj Date: Sun, 17 Nov 2024 00:01:57 +0000 Subject: [PATCH] Upgraded catalog item(s) This commit upgrades netdata, elastic-search, home-assistant, plex, prometheus, sftpgo, homer, pgadmin, jellyseerr, omada-controller, ipfs, wordpress, immich, jellyfin, listmonk, searxng, n8n, planka, odoo catalog item(s). --- library/ix-dev/charts/elastic-search/Chart.yaml | 4 ++-- library/ix-dev/charts/elastic-search/values.yaml | 2 +- library/ix-dev/charts/home-assistant/Chart.yaml | 4 ++-- library/ix-dev/charts/home-assistant/values.yaml | 2 +- library/ix-dev/charts/netdata/Chart.yaml | 4 ++-- library/ix-dev/charts/netdata/values.yaml | 2 +- library/ix-dev/charts/plex/Chart.yaml | 4 ++-- library/ix-dev/charts/plex/values.yaml | 2 +- library/ix-dev/charts/prometheus/Chart.yaml | 4 ++-- library/ix-dev/charts/prometheus/values.yaml | 2 +- library/ix-dev/community/homer/Chart.yaml | 4 ++-- library/ix-dev/community/homer/values.yaml | 2 +- library/ix-dev/community/immich/Chart.yaml | 4 ++-- library/ix-dev/community/immich/values.yaml | 8 ++++---- library/ix-dev/community/ipfs/Chart.yaml | 4 ++-- library/ix-dev/community/ipfs/values.yaml | 2 +- library/ix-dev/community/jellyfin/Chart.yaml | 4 ++-- library/ix-dev/community/jellyfin/values.yaml | 2 +- library/ix-dev/community/jellyseerr/Chart.yaml | 4 ++-- library/ix-dev/community/jellyseerr/values.yaml | 2 +- library/ix-dev/community/listmonk/Chart.yaml | 4 ++-- library/ix-dev/community/listmonk/values.yaml | 2 +- library/ix-dev/community/n8n/Chart.yaml | 4 ++-- library/ix-dev/community/n8n/values.yaml | 2 +- library/ix-dev/community/odoo/Chart.yaml | 4 ++-- library/ix-dev/community/odoo/values.yaml | 2 +- library/ix-dev/community/omada-controller/Chart.yaml | 4 ++-- library/ix-dev/community/omada-controller/values.yaml | 2 +- library/ix-dev/community/pgadmin/Chart.yaml | 4 ++-- library/ix-dev/community/pgadmin/values.yaml | 2 +- library/ix-dev/community/planka/Chart.yaml | 4 ++-- library/ix-dev/community/planka/values.yaml | 2 +- library/ix-dev/community/searxng/Chart.yaml | 4 ++-- library/ix-dev/community/searxng/values.yaml | 2 +- library/ix-dev/community/sftpgo/Chart.yaml | 4 ++-- library/ix-dev/community/sftpgo/values.yaml | 4 ++-- library/ix-dev/community/wordpress/Chart.yaml | 4 ++-- library/ix-dev/community/wordpress/values.yaml | 2 +- 38 files changed, 61 insertions(+), 61 deletions(-) diff --git a/library/ix-dev/charts/elastic-search/Chart.yaml b/library/ix-dev/charts/elastic-search/Chart.yaml index c142b3a7502..45e18769b7c 100644 --- a/library/ix-dev/charts/elastic-search/Chart.yaml +++ b/library/ix-dev/charts/elastic-search/Chart.yaml @@ -4,9 +4,9 @@ description: Elasticsearch is the distributed, RESTful search and analytics engi annotations: title: Elastic Search type: application -version: 1.1.26 +version: 1.1.27 apiVersion: v2 -appVersion: 8.15.3 +appVersion: 8.16.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/elastic-search/values.yaml b/library/ix-dev/charts/elastic-search/values.yaml index dfb186c62fa..bdbb4107c00 100644 --- a/library/ix-dev/charts/elastic-search/values.yaml +++ b/library/ix-dev/charts/elastic-search/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.elastic.co/elasticsearch/elasticsearch pullPolicy: IfNotPresent - tag: 8.15.3 + tag: 8.16.0 resources: limits: diff --git a/library/ix-dev/charts/home-assistant/Chart.yaml b/library/ix-dev/charts/home-assistant/Chart.yaml index 6d6d98a96c7..c0bc53df4ff 100644 --- a/library/ix-dev/charts/home-assistant/Chart.yaml +++ b/library/ix-dev/charts/home-assistant/Chart.yaml @@ -4,9 +4,9 @@ description: Home Assistant is an open source home automation that puts local co annotations: title: Home Assistant type: application -version: 2.0.51 +version: 2.0.52 apiVersion: v2 -appVersion: 2024.11.1 +appVersion: 2024.11.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/home-assistant/values.yaml b/library/ix-dev/charts/home-assistant/values.yaml index 5405acca6f2..bec14f34471 100644 --- a/library/ix-dev/charts/home-assistant/values.yaml +++ b/library/ix-dev/charts/home-assistant/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: homeassistant/home-assistant - tag: 2024.11.1 + tag: 2024.11.2 # Keep using the same image # as before the migration diff --git a/library/ix-dev/charts/netdata/Chart.yaml b/library/ix-dev/charts/netdata/Chart.yaml index c345f3ca35b..74ffce41da6 100644 --- a/library/ix-dev/charts/netdata/Chart.yaml +++ b/library/ix-dev/charts/netdata/Chart.yaml @@ -3,9 +3,9 @@ description: Real-time performance monitoring, done right! annotations: title: Netdata type: application -version: 2.0.21 +version: 2.0.22 apiVersion: v2 -appVersion: v2.0.0 +appVersion: v2.0.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/netdata/values.yaml b/library/ix-dev/charts/netdata/values.yaml index 1eb4f91d3aa..329b2bd2f26 100644 --- a/library/ix-dev/charts/netdata/values.yaml +++ b/library/ix-dev/charts/netdata/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: netdata/netdata - tag: v2.0.0 + tag: v2.0.1 resources: limits: diff --git a/library/ix-dev/charts/plex/Chart.yaml b/library/ix-dev/charts/plex/Chart.yaml index 9cba9b3ef48..043ff024b99 100644 --- a/library/ix-dev/charts/plex/Chart.yaml +++ b/library/ix-dev/charts/plex/Chart.yaml @@ -4,9 +4,9 @@ description: Plex is a media server that allows you to stream your media to any annotations: title: Plex type: application -version: 2.0.15 +version: 2.0.16 apiVersion: v2 -appVersion: 1.41.1.9057 +appVersion: 1.41.2.9200 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/plex/values.yaml b/library/ix-dev/charts/plex/values.yaml index 37dcccd27ca..a9d678d7385 100644 --- a/library/ix-dev/charts/plex/values.yaml +++ b/library/ix-dev/charts/plex/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.41.1.9057-af5eaea7a + tag: 1.41.2.9200-c6bbc1b53 plexPassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/library/ix-dev/charts/prometheus/Chart.yaml b/library/ix-dev/charts/prometheus/Chart.yaml index 5089bb3911c..7444d18062d 100644 --- a/library/ix-dev/charts/prometheus/Chart.yaml +++ b/library/ix-dev/charts/prometheus/Chart.yaml @@ -3,9 +3,9 @@ description: The Prometheus monitoring system and time series database. annotations: title: Prometheus type: application -version: 1.1.21 +version: 1.1.22 apiVersion: v2 -appVersion: v2.55.1 +appVersion: v3.0.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/charts/prometheus/values.yaml b/library/ix-dev/charts/prometheus/values.yaml index 87b0c3acc65..f421227637d 100644 --- a/library/ix-dev/charts/prometheus/values.yaml +++ b/library/ix-dev/charts/prometheus/values.yaml @@ -1,7 +1,7 @@ image: repository: prom/prometheus pullPolicy: IfNotPresent - tag: v2.55.1 + tag: v3.0.0 resources: limits: diff --git a/library/ix-dev/community/homer/Chart.yaml b/library/ix-dev/community/homer/Chart.yaml index 48680ed9ae0..38ccb220e7b 100644 --- a/library/ix-dev/community/homer/Chart.yaml +++ b/library/ix-dev/community/homer/Chart.yaml @@ -4,9 +4,9 @@ description: Homer is a dead simple static HOMepage for your servER to keep your annotations: title: Homer type: application -version: 1.2.8 +version: 1.2.9 apiVersion: v2 -appVersion: 24.11.3 +appVersion: 24.11.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/homer/values.yaml b/library/ix-dev/community/homer/values.yaml index 78c1d91995d..e9c132ebeb2 100644 --- a/library/ix-dev/community/homer/values.yaml +++ b/library/ix-dev/community/homer/values.yaml @@ -1,7 +1,7 @@ image: repository: b4bz/homer pullPolicy: IfNotPresent - tag: v24.11.3 + tag: v24.11.4 resources: limits: diff --git a/library/ix-dev/community/immich/Chart.yaml b/library/ix-dev/community/immich/Chart.yaml index 8475adbaffb..25a4acbb58e 100644 --- a/library/ix-dev/community/immich/Chart.yaml +++ b/library/ix-dev/community/immich/Chart.yaml @@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr annotations: title: Immich type: application -version: 4.0.23 +version: 4.0.24 apiVersion: v2 -appVersion: 1.119.1 +appVersion: 1.120.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/immich/values.yaml b/library/ix-dev/community/immich/values.yaml index 0c4a5f916b1..1a49f60e3bd 100644 --- a/library/ix-dev/community/immich/values.yaml +++ b/library/ix-dev/community/immich/values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.119.1 + tag: v1.120.2 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.119.1 + tag: v1.120.2 mlCudaImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.119.1-cuda + tag: v1.120.2-cuda mlOpenvinoImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.119.1-openvino + tag: v1.120.2-openvino pgvectorImage: repository: tensorchord/pgvecto-rs diff --git a/library/ix-dev/community/ipfs/Chart.yaml b/library/ix-dev/community/ipfs/Chart.yaml index 3993530f7e1..1303a96205f 100644 --- a/library/ix-dev/community/ipfs/Chart.yaml +++ b/library/ix-dev/community/ipfs/Chart.yaml @@ -4,9 +4,9 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin annotations: title: IPFS type: application -version: 1.0.39 +version: 1.0.40 apiVersion: v2 -appVersion: v0.31.0 +appVersion: v0.32.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/ipfs/values.yaml b/library/ix-dev/community/ipfs/values.yaml index 8de2ab99c2b..78f6eb75674 100644 --- a/library/ix-dev/community/ipfs/values.yaml +++ b/library/ix-dev/community/ipfs/values.yaml @@ -1,7 +1,7 @@ image: repository: ipfs/kubo pullPolicy: IfNotPresent - tag: v0.31.0 + tag: v0.32.1 resources: limits: cpu: 4000m diff --git a/library/ix-dev/community/jellyfin/Chart.yaml b/library/ix-dev/community/jellyfin/Chart.yaml index eeafa09b75a..aabd5fadd74 100644 --- a/library/ix-dev/community/jellyfin/Chart.yaml +++ b/library/ix-dev/community/jellyfin/Chart.yaml @@ -4,9 +4,9 @@ description: Jellyfin is a Free Software Media System that puts you in control o annotations: title: Jellyfin type: application -version: 1.3.7 +version: 1.3.8 apiVersion: v2 -appVersion: 10.10.1 +appVersion: 10.10.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/jellyfin/values.yaml b/library/ix-dev/community/jellyfin/values.yaml index 879f116e038..4a2ba20e468 100644 --- a/library/ix-dev/community/jellyfin/values.yaml +++ b/library/ix-dev/community/jellyfin/values.yaml @@ -1,7 +1,7 @@ image: repository: jellyfin/jellyfin pullPolicy: IfNotPresent - tag: 10.10.1 + tag: 10.10.2 resources: limits: diff --git a/library/ix-dev/community/jellyseerr/Chart.yaml b/library/ix-dev/community/jellyseerr/Chart.yaml index 5fc1b3dd4db..c374a199767 100644 --- a/library/ix-dev/community/jellyseerr/Chart.yaml +++ b/library/ix-dev/community/jellyseerr/Chart.yaml @@ -4,9 +4,9 @@ description: Jellyseerr is a free and open source software application for manag annotations: title: Jellyseerr type: application -version: 1.0.25 +version: 1.0.26 apiVersion: v2 -appVersion: 2.0.1 +appVersion: 2.1.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/jellyseerr/values.yaml b/library/ix-dev/community/jellyseerr/values.yaml index de0c4ac4208..c4f37a3ac5b 100644 --- a/library/ix-dev/community/jellyseerr/values.yaml +++ b/library/ix-dev/community/jellyseerr/values.yaml @@ -1,7 +1,7 @@ image: repository: fallenbagel/jellyseerr pullPolicy: IfNotPresent - tag: 2.0.1 + tag: 2.1.0 resources: limits: diff --git a/library/ix-dev/community/listmonk/Chart.yaml b/library/ix-dev/community/listmonk/Chart.yaml index fb48cd9cb02..a99ec7b24d6 100644 --- a/library/ix-dev/community/listmonk/Chart.yaml +++ b/library/ix-dev/community/listmonk/Chart.yaml @@ -3,9 +3,9 @@ description: Listmonk is a self-hosted newsletter and mailing list manager. annotations: title: Listmonk type: application -version: 1.2.9 +version: 1.2.10 apiVersion: v2 -appVersion: 4.0.1 +appVersion: 4.1.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/listmonk/values.yaml b/library/ix-dev/community/listmonk/values.yaml index 38d46aede63..e7db9d86b5f 100644 --- a/library/ix-dev/community/listmonk/values.yaml +++ b/library/ix-dev/community/listmonk/values.yaml @@ -1,7 +1,7 @@ image: repository: listmonk/listmonk pullPolicy: IfNotPresent - tag: v4.0.1 + tag: v4.1.0 resources: limits: diff --git a/library/ix-dev/community/n8n/Chart.yaml b/library/ix-dev/community/n8n/Chart.yaml index f2c986ead0e..403214fa778 100644 --- a/library/ix-dev/community/n8n/Chart.yaml +++ b/library/ix-dev/community/n8n/Chart.yaml @@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool. annotations: title: n8n type: application -version: 1.2.92 +version: 1.2.93 apiVersion: v2 -appVersion: 1.67.1 +appVersion: 1.68.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/n8n/values.yaml b/library/ix-dev/community/n8n/values.yaml index 3c109b429cd..1095a78fbff 100644 --- a/library/ix-dev/community/n8n/values.yaml +++ b/library/ix-dev/community/n8n/values.yaml @@ -1,7 +1,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent - tag: 1.67.1 + tag: 1.68.0 resources: limits: diff --git a/library/ix-dev/community/odoo/Chart.yaml b/library/ix-dev/community/odoo/Chart.yaml index 7b92298150b..cc74413d105 100644 --- a/library/ix-dev/community/odoo/Chart.yaml +++ b/library/ix-dev/community/odoo/Chart.yaml @@ -3,9 +3,9 @@ description: Odoo is a suite of web based open source business apps. annotations: title: Odoo type: application -version: 2.0.8 +version: 2.0.9 apiVersion: v2 -appVersion: '17.0' +appVersion: '18.0' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/odoo/values.yaml b/library/ix-dev/community/odoo/values.yaml index 041577ea425..d620fbdcfa1 100644 --- a/library/ix-dev/community/odoo/values.yaml +++ b/library/ix-dev/community/odoo/values.yaml @@ -1,7 +1,7 @@ image: repository: odoo pullPolicy: IfNotPresent - tag: '17.0' + tag: '18.0' resources: limits: diff --git a/library/ix-dev/community/omada-controller/Chart.yaml b/library/ix-dev/community/omada-controller/Chart.yaml index 58774347b05..4c836d916e7 100644 --- a/library/ix-dev/community/omada-controller/Chart.yaml +++ b/library/ix-dev/community/omada-controller/Chart.yaml @@ -4,9 +4,9 @@ description: Omada Controller (TP-Link) is a network management controller for T annotations: title: Omada Controller type: application -version: 1.2.8 +version: 1.2.9 apiVersion: v2 -appVersion: 5.14.32.3 +appVersion: 5.14.32.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/omada-controller/values.yaml b/library/ix-dev/community/omada-controller/values.yaml index 9433768a9b3..6a6688c333b 100644 --- a/library/ix-dev/community/omada-controller/values.yaml +++ b/library/ix-dev/community/omada-controller/values.yaml @@ -1,7 +1,7 @@ image: repository: mbentley/omada-controller pullPolicy: IfNotPresent - tag: 5.14.32.3 + tag: 5.14.32.4 resources: limits: diff --git a/library/ix-dev/community/pgadmin/Chart.yaml b/library/ix-dev/community/pgadmin/Chart.yaml index d58f2454755..36fd35d1d37 100644 --- a/library/ix-dev/community/pgadmin/Chart.yaml +++ b/library/ix-dev/community/pgadmin/Chart.yaml @@ -4,9 +4,9 @@ description: pgAdmin is the most popular and feature rich Open Source administra annotations: title: pgAdmin type: application -version: 1.2.13 +version: 1.2.14 apiVersion: v2 -appVersion: '8.12' +appVersion: '8.13' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/pgadmin/values.yaml b/library/ix-dev/community/pgadmin/values.yaml index b5e7dbb96d9..4f877df259e 100644 --- a/library/ix-dev/community/pgadmin/values.yaml +++ b/library/ix-dev/community/pgadmin/values.yaml @@ -1,7 +1,7 @@ image: repository: dpage/pgadmin4 pullPolicy: IfNotPresent - tag: '8.12' + tag: '8.13' resources: limits: diff --git a/library/ix-dev/community/planka/Chart.yaml b/library/ix-dev/community/planka/Chart.yaml index f0c05b8c513..c183c8d59df 100644 --- a/library/ix-dev/community/planka/Chart.yaml +++ b/library/ix-dev/community/planka/Chart.yaml @@ -3,9 +3,9 @@ description: Planka is an Elegant open source project tracking annotations: title: Planka type: application -version: 1.2.40 +version: 1.2.41 apiVersion: v2 -appVersion: 1.23.5 +appVersion: 1.24.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/planka/values.yaml b/library/ix-dev/community/planka/values.yaml index 670a062e5b8..c3dd280f411 100644 --- a/library/ix-dev/community/planka/values.yaml +++ b/library/ix-dev/community/planka/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/plankanban/planka pullPolicy: IfNotPresent - tag: 1.23.5 + tag: 1.24.0 resources: limits: diff --git a/library/ix-dev/community/searxng/Chart.yaml b/library/ix-dev/community/searxng/Chart.yaml index 11e714ed11c..ddd22313604 100644 --- a/library/ix-dev/community/searxng/Chart.yaml +++ b/library/ix-dev/community/searxng/Chart.yaml @@ -3,9 +3,9 @@ description: SearXNG is a privacy-respecting, hackable metasearch engine annotations: title: SearXNG type: application -version: 1.2.23 +version: 1.2.24 apiVersion: v2 -appVersion: 2024.11.10 +appVersion: 2024.11.15 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/searxng/values.yaml b/library/ix-dev/community/searxng/values.yaml index b60b04861af..04ad0ba20b1 100644 --- a/library/ix-dev/community/searxng/values.yaml +++ b/library/ix-dev/community/searxng/values.yaml @@ -1,7 +1,7 @@ image: repository: searxng/searxng pullPolicy: IfNotPresent - tag: 2024.11.10-dfaf5868e + tag: 2024.11.15-4b57bc3db resources: limits: diff --git a/library/ix-dev/community/sftpgo/Chart.yaml b/library/ix-dev/community/sftpgo/Chart.yaml index 60a97caa9d5..26da087827f 100644 --- a/library/ix-dev/community/sftpgo/Chart.yaml +++ b/library/ix-dev/community/sftpgo/Chart.yaml @@ -4,9 +4,9 @@ description: SFTPGo is a fully featured and highly configurable SFTP server with annotations: title: SFTPGo type: application -version: 1.2.8 +version: 1.2.9 apiVersion: v2 -appVersion: 2.6.2 +appVersion: 2.6.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/sftpgo/values.yaml b/library/ix-dev/community/sftpgo/values.yaml index 1bf51c5e797..4c8fa6968ef 100644 --- a/library/ix-dev/community/sftpgo/values.yaml +++ b/library/ix-dev/community/sftpgo/values.yaml @@ -1,11 +1,11 @@ image: repository: drakkan/sftpgo pullPolicy: IfNotPresent - tag: v2.6.2 + tag: v2.6.3 pluginsImage: repository: drakkan/sftpgo pullPolicy: IfNotPresent - tag: v2.6.2-plugins + tag: v2.6.3-plugins resources: limits: diff --git a/library/ix-dev/community/wordpress/Chart.yaml b/library/ix-dev/community/wordpress/Chart.yaml index 504049b9173..2e022e57d40 100644 --- a/library/ix-dev/community/wordpress/Chart.yaml +++ b/library/ix-dev/community/wordpress/Chart.yaml @@ -3,9 +3,9 @@ description: Wordpress is a web content management system annotations: title: Wordpress type: application -version: 1.2.12 +version: 1.2.13 apiVersion: v2 -appVersion: 6.6.2 +appVersion: 6.7.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/wordpress/values.yaml b/library/ix-dev/community/wordpress/values.yaml index ad4773051d9..6096b8da1ff 100644 --- a/library/ix-dev/community/wordpress/values.yaml +++ b/library/ix-dev/community/wordpress/values.yaml @@ -1,7 +1,7 @@ image: repository: wordpress pullPolicy: IfNotPresent - tag: 6.6.2 + tag: 6.7.0 resources: limits: