From 901a7d26bac9464bb3cdb5b961b30e3d6af05de7 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:38:09 +0300 Subject: [PATCH] chore(apps): update image refs (#3324) --- charts/incubator/autobrr/Chart.yaml | 2 +- charts/incubator/autobrr/values.yaml | 4 ++-- charts/incubator/frigate/Chart.yaml | 2 +- charts/incubator/frigate/values.yaml | 4 ++-- charts/incubator/jitsi/Chart.yaml | 2 +- charts/incubator/jitsi/values.yaml | 16 ++++++++-------- charts/incubator/ztcuui-aio/Chart.yaml | 2 +- charts/incubator/ztcuui-aio/values.yaml | 4 ++-- charts/stable/meshroom/Chart.yaml | 2 +- charts/stable/meshroom/values.yaml | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/incubator/autobrr/Chart.yaml b/charts/incubator/autobrr/Chart.yaml index b23b1f0442d..c40e7ef8f5e 100644 --- a/charts/incubator/autobrr/Chart.yaml +++ b/charts/incubator/autobrr/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autobrr -version: 0.0.1 +version: 0.0.2 appVersion: "1.1.0" description: The modern download automation tool for torrents. type: application diff --git a/charts/incubator/autobrr/values.yaml b/charts/incubator/autobrr/values.yaml index e9b61dd0960..9ea4c5ddd9c 100644 --- a/charts/incubator/autobrr/values.yaml +++ b/charts/incubator/autobrr/values.yaml @@ -1,7 +1,7 @@ image: - repository: ghcr.io/autobrr/autobrr + repository: tccr.io/truecharts/autobrr pullPolicy: IfNotPresent - tag: v1.1.0@sha256:6d3a723c7160b837a132acf5e52582bf28efa88b72298227d106bb8728daa553 + tag: v1.1.0@sha256:9ab0e5508fd6f20157089e7674ee4ac8f3b6830ba806047a31998d1674bdc6d4 service: main: diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 1984307c935..d793cdb83d7 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate type: application -version: 2.0.23 +version: 2.0.24 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/incubator/frigate/values.yaml b/charts/incubator/frigate/values.yaml index 617900c386b..f7f8b55d5b3 100644 --- a/charts/incubator/frigate/values.yaml +++ b/charts/incubator/frigate/values.yaml @@ -1,7 +1,7 @@ image: - repository: blakeblackshear/frigate + repository: tccr.io/truecharts/frigate-nvidia pullPolicy: IfNotPresent - tag: 0.10.0-beta6-amd64nvidia + tag: latest@sha256:9facc1383ebbf148873bcc2fba501868b0e09417cffff7f6c06fb31b9c9b95ec securityContext: readOnlyRootFilesystem: false diff --git a/charts/incubator/jitsi/Chart.yaml b/charts/incubator/jitsi/Chart.yaml index 295d1b040f8..05efa2d6260 100644 --- a/charts/incubator/jitsi/Chart.yaml +++ b/charts/incubator/jitsi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "stable-728" description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions name: jitsi -version: 0.0.18 +version: 0.0.19 kubeVersion: ">=1.16.0-0" keywords: - jitsi diff --git a/charts/incubator/jitsi/values.yaml b/charts/incubator/jitsi/values.yaml index 0e5b443b986..38b5eb3959f 100644 --- a/charts/incubator/jitsi/values.yaml +++ b/charts/incubator/jitsi/values.yaml @@ -1,19 +1,19 @@ image: - repository: jitsi/web + repository: tccr.io/truecharts/jitsi-web pullPolicy: IfNotPresent - tag: stable-7287-2@sha256:b89751242b64c408ba17b198cfa18e41f7b7536e3dc9ccc3956dfa0c69421ffc + tag: v7439@sha256:18374c58ed22cf99f0cfbdad1d8f01062898b4290560e65582879b04a733ba44 prosodyImage: - repository: jitsi/prosody - tag: stable-7287-2@sha256:4ec0f219ff8e1d912ce0106a52414c323f85ef6900b46bc97c700febba0fab81 + repository: tccr.io/truecharts/jitsi-prosody + tag: v7439@sha256:39c12997f44d3583fdc9699cfc247d0fd61e8f56278062d718d7583cdfa78259 jicofoImage: - repository: jitsi/jicofo - tag: stable-7287-2@sha256:f82b4affad4e52854674ffb178ca40dabcfc3af2a087ebbf284934569744d425 + repository: tccr.io/truecharts/jitsi-jicofo + tag: v7439@sha256:e1d3b8c213197eab8a9ded23dc3f63e7a99c376baaa0b2d74c7571f292c4c57e jvbImage: - repository: jitsi/jvb - tag: stable-7287-2@sha256:8f81c1b8361233a407ebc4210536910b4ec11e885015451b4a009cd02284d75a + repository: tccr.io/truecharts/jitsi-jvb + tag: v7439@sha256:02fc3833c4d6cdf8dc9f707feb2e09d032a8641802bd2079f875d8a78058e185 securityContext: readOnlyRootFilesystem: false diff --git a/charts/incubator/ztcuui-aio/Chart.yaml b/charts/incubator/ztcuui-aio/Chart.yaml index 541c0636896..0471e17b92a 100644 --- a/charts/incubator/ztcuui-aio/Chart.yaml +++ b/charts/incubator/ztcuui-aio/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: ztcuui-aio sources: - https://github.com/key-networks/ztncui-aio -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - network diff --git a/charts/incubator/ztcuui-aio/values.yaml b/charts/incubator/ztcuui-aio/values.yaml index dd83f84210e..378370ea9e0 100644 --- a/charts/incubator/ztcuui-aio/values.yaml +++ b/charts/incubator/ztcuui-aio/values.yaml @@ -1,6 +1,6 @@ image: - repository: keynetworks/ztncui - tag: 1.2.11@sha256:d65638287ab8429fa0ad6cdc57a8ab3e74fb0dcae6e81ffdc42c25ab88a55f05 + repository: tccr.io/truecharts/ztcuui-aio + tag: v1.2.11@sha256:89e5b5a5c2b0473f3c16d9c0fb0f8411be83ca8dbfa2d290ca619cc9f2d4c399 pullPolicy: IfNotPresent securityContext: diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 1b582703925..50d09d0d89f 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -18,7 +18,7 @@ name: meshroom sources: - https://github.com/alicevision/meshroom - https://hub.docker.com/r/alicevision/meshroom -version: 2.0.22 +version: 2.0.23 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/meshroom/values.yaml b/charts/stable/meshroom/values.yaml index 09a84888d4c..759ec062cef 100644 --- a/charts/stable/meshroom/values.yaml +++ b/charts/stable/meshroom/values.yaml @@ -1,6 +1,6 @@ image: - repository: alicevision/meshroom - tag: 2021.1.0-av2.4.0-centos7-cuda10.2@sha256:1cadc1a8f5edd8ebbf8de20df5cf1d6e44ee0aad4ebbb8939018fe0beadc2dad + repository: tccr.io/truecharts/meshroom + tag: v2.4.0@sha256:5fe602cd0c68fd2db19663b005e35f7b3dd221c09dc550020d225068f917b6b6 pullPolicy: IfNotPresent securityContext: