chore(deps): update container image hello-world to latest@d211f48 by renovate (#27523)

This commit is contained in:
TrueCharts Bot
2024-10-11 21:51:19 +02:00
committed by GitHub
parent cd7623ed68
commit 58949fb93a
5 changed files with 5 additions and 5 deletions

View File

@@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer
- https://hub.docker.com/_/hello-world
type: application
version: 9.2.0
version: 9.2.1

View File

@@ -1,6 +1,6 @@
image:
repository: hello-world
tag: latest@sha256:91fb4b041da273d5a3273b6d587d62d518300a6ad268b28628f74997b93171b2
tag: latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
pullPolicy: IfNotPresent
manifestManager:
enabled: true

View File

@@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/_/hello-world
- https://metallb.universe.tf
type: application
version: 8.2.0
version: 8.2.1

View File

@@ -1,6 +1,6 @@
image:
repository: hello-world
tag: latest@sha256:91fb4b041da273d5a3273b6d587d62d518300a6ad268b28628f74997b93171b2
tag: latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
pullPolicy: IfNotPresent
manifestManager:
enabled: false

View File

@@ -1,4 +1,4 @@
FROM hello-world:latest@sha256:91fb4b041da273d5a3273b6d587d62d518300a6ad268b28628f74997b93171b2
FROM hello-world:latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
LABEL org.opencontainers.image.licenses="BSD-3-Clause"
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"