From 609fce3b5a4e00ebc899d9152e1f37e4ea751dfe Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 6 May 2022 21:17:44 +0300 Subject: [PATCH] fix(rsshub): digest pin to latest (#2621) --- charts/stable/rsshub/Chart.yaml | 2 +- charts/stable/rsshub/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index b2df147608a..e8176ecd635 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: rsshub -version: 1.0.16 +version: 1.0.17 appVersion: "2022" description: RSSHub can generate RSS feeds from pretty much everything type: application diff --git a/charts/stable/rsshub/values.yaml b/charts/stable/rsshub/values.yaml index 8878f94d0c8..84d4eafc54a 100644 --- a/charts/stable/rsshub/values.yaml +++ b/charts/stable/rsshub/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rsshub pullPolicy: IfNotPresent - tag: v2022-03@sha256:a9cc1354630d5b2388473f2492972102a4161b93b7d5537affa8e2d6ae532e04 + tag: latest@sha256:f829600a5e78c58c11780dee7f63bd6f87258647c5ce80e80ecea24ba7e33474 browserlessImage: repository: tccr.io/truecharts/browserless-chrome