Skip to content

Commit 1005285

Browse files
committed
fix(renovate): pinning envsubst image
1 parent b32241d commit 1005285

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"pinDigests": true
1919
},
2020
"packageRules": [
21+
{
22+
"matchPackageNames": ["nixery.dev/shell/envsubst"],
23+
"pinDigests": false
24+
},
2125
{
2226
"matchManagers": [
2327
"github-actions"

helm-charts/generic-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ hostPaths: []
8686
envsubst:
8787
image:
8888
repository: nixery.dev/shell/envsubst
89-
tag: "latest@sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
89+
tag: "latest"
9090
files: []
9191
# - src:
9292
# dest:

0 commit comments

Comments
 (0)