From ad81cd9168b9da18e92de980e013418d8c7ca18c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 21 Nov 2023 10:18:52 +0100 Subject: [PATCH] chore(deps): update container image adminer to latest@9099f67 (#15201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | adminer | digest | `b7f0e66` -> `9099f67` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/stable/adminer/Chart.yaml | 4 ++-- charts/stable/adminer/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 44d4c8abc58..15101dff30b 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -2,7 +2,7 @@ annotations: truecharts.org/SCALE-support: "true" truecharts.org/category: Tools-Utilities apiVersion: v2 -appVersion: "latest" +appVersion: latest dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,4 +25,4 @@ sources: - https://github.com/vrana/adminer - http://hub.docker.com/_/adminer/ type: application -version: 5.0.33 +version: 5.0.34 diff --git a/charts/stable/adminer/values.yaml b/charts/stable/adminer/values.yaml index f99c5a2bf1c..8ee95b0189e 100644 --- a/charts/stable/adminer/values.yaml +++ b/charts/stable/adminer/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: adminer - tag: latest@sha256:b7f0e6681e9a77916daf2f070616d25e3fd687b84550aa6673de9a24407dd613 + tag: latest@sha256:9099f67fdd0269f568f040ef527366a3c99b9a23de53e1305fdf4c59a9851ff0 securityContext: container: readOnlyRootFilesystem: false