Skip to content

Commit 421f10c

Browse files
fix(container): update image spegel ( 0.1.0 → 0.1.1 ) (#6562)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | spegel | patch | `0.1.0` -> `0.1.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
1 parent e3406c3 commit 421f10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/kyak/apps/kube-system/spegel/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: spegel
12-
version: 0.1.0
12+
version: 0.1.1
1313
sourceRef:
1414
kind: HelmRepository
1515
name: spegel

kubernetes/kyak/bootstrap/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ releases:
5050
- name: spegel
5151
namespace: kube-system
5252
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
53-
version: 0.1.0
53+
version: 0.1.1
5454
values:
5555
- ../apps/kube-system/spegel/app/helm-values.yaml
5656
needs:

0 commit comments

Comments
 (0)