We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32241d commit 1005285Copy full SHA for 1005285
.github/renovate.json
@@ -18,6 +18,10 @@
18
"pinDigests": true
19
},
20
"packageRules": [
21
+ {
22
+ "matchPackageNames": ["nixery.dev/shell/envsubst"],
23
+ "pinDigests": false
24
+ },
25
{
26
"matchManagers": [
27
"github-actions"
helm-charts/generic-service/values.yaml
@@ -86,7 +86,7 @@ hostPaths: []
86
envsubst:
87
image:
88
repository: nixery.dev/shell/envsubst
89
- tag: "latest@sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
+ tag: "latest"
90
files: []
91
# - src:
92
# dest:
0 commit comments