From c7091342a9498f56e6b513830bd00994ae8a5372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:24:56 +0000 Subject: [PATCH] chore(deps): update ghcr.io/google/k8s-digester docker tag to v0.1.15 (#378) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/k8s-digester/Chart.yaml | 2 +- charts/k8s-digester/README.md | 4 ++-- charts/k8s-digester/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/k8s-digester/Chart.yaml b/charts/k8s-digester/Chart.yaml index 4d4df7d2..268a416c 100644 --- a/charts/k8s-digester/Chart.yaml +++ b/charts/k8s-digester/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: k8s-digester description: K8S Digester translates images tags to shas type: application -version: 0.1.3 +version: 0.1.4 appVersion: "v0.1.10" home: https://github.com/google/k8s-digester sources: diff --git a/charts/k8s-digester/README.md b/charts/k8s-digester/README.md index e2bc1c67..207f3154 100644 --- a/charts/k8s-digester/README.md +++ b/charts/k8s-digester/README.md @@ -1,6 +1,6 @@ # k8s-digester -![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.10](https://img.shields.io/badge/AppVersion-v0.1.10-informational?style=flat-square) +![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.10](https://img.shields.io/badge/AppVersion-v0.1.10-informational?style=flat-square) K8S Digester translates images tags to shas @@ -24,7 +24,7 @@ K8S Digester translates images tags to shas | fullnameOverride | string | `""` | Chart full name override | | image.pullPolicy | string | `"IfNotPresent"` | Image pullpolicy | | image.repository | string | `"ghcr.io/google/k8s-digester"` | Image repository | -| image.tag | string | `"v0.1.13@sha256:d1f64b466db8909c30a1a8f48f791f61d5fe1b03f8bb918ee3a71799c129237e"` | Image tag | +| image.tag | string | `"v0.1.15@sha256:52740b9bdf2d334580749e5d2f8c6a6c16bba996319c89f0bdea9cdaa98a3efc"` | Image tag | | imagePullSecrets | list | `[]` | Image pull secrets | | nameOverride | string | `""` | Chart name override trigger | | nodeSelector | object | `{}` | Kubernetes node selector | diff --git a/charts/k8s-digester/values.yaml b/charts/k8s-digester/values.yaml index 48bd7381..9dca5364 100644 --- a/charts/k8s-digester/values.yaml +++ b/charts/k8s-digester/values.yaml @@ -16,7 +16,7 @@ image: # -- Image pullpolicy pullPolicy: IfNotPresent # -- Image tag - tag: "v0.1.13@sha256:d1f64b466db8909c30a1a8f48f791f61d5fe1b03f8bb918ee3a71799c129237e" + tag: "v0.1.15@sha256:52740b9bdf2d334580749e5d2f8c6a6c16bba996319c89f0bdea9cdaa98a3efc" # -- Image pull secrets imagePullSecrets: []