Skip to content

Commit

Permalink
fix(spegel): Add in digest
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Oct 5, 2024
1 parent fb0899e commit df5d6f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
"matchDepNames": [
"ghcr.io/bjw-s/helm/app-template",
"ghcr.io/cloudnative-pg/postgresql",
"ghcr.io/siderolabs/installer",
"ghcr.io/deedee-ops/spegel",
"ghcr.io/fluxcd/flux-manifests",
"ghcr.io/siderolabs/installer",
"ghcr.io/siderolabs/kubelet",
"ghcr.io/stakater/charts/reloader",
"ghcr.io/siderolabs/talosctl"
"ghcr.io/siderolabs/talosctl",
"ghcr.io/stakater/charts/reloader"
],
"pinDigests": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
image:
repository: ghcr.io/deedee-ops/spegel
tag: 0.0.24
digest: ""
grafanaDashboard:
enabled: true
serviceMonitor:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ spec:
image:
repository: ghcr.io/deedee-ops/spegel
tag: 0.0.24
digest: ""
serviceMonitor:
enabled: true

0 comments on commit df5d6f6

Please sign in to comment.