Skip to content

Commit

Permalink
chore(deps): update container image hello-world to latest@d211f48 by …
Browse files Browse the repository at this point in the history
…renovate (#27523)
  • Loading branch information
truecharts-admin authored Oct 11, 2024
1 parent cd7623e commit 58949fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/premium/clusterissuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/premium/clusterissuer/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: hello-world
tag: latest@sha256:91fb4b041da273d5a3273b6d587d62d518300a6ad268b28628f74997b93171b2
tag: latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
pullPolicy: IfNotPresent
manifestManager:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/premium/metallb-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/premium/metallb-config/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: hello-world
tag: latest@sha256:91fb4b041da273d5a3273b6d587d62d518300a6ad268b28628f74997b93171b2
tag: latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
pullPolicy: IfNotPresent
manifestManager:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion containers/base/scratch/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}"

Check warning on line 4 in containers/base/scratch/Dockerfile

View workflow job for this annotation

GitHub Actions / Build (scratch)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$CONTAINER_NAME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Expand Down

0 comments on commit 58949fb

Please sign in to comment.