Skip to content

Commit

Permalink
chore(deps): update ghcr.io/google/k8s-digester docker tag to v0.1.15 (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 13c38e1 commit c709134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-digester/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/k8s-digester/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-digester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit c709134

Please sign in to comment.