Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tyriis/home-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 14, 2023
2 parents 06e874a + be46685 commit 183e4c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# https://github.com/marketplace/actions/renovate-bot-github-action
- name: Renovate
uses: renovatebot/[email protected].1
uses: renovatebot/[email protected].2
with:
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
token: "${{ steps.generate-token.outputs.token }}"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.14.4
version: 1.14.5
sourceRef:
kind: HelmRepository
name: cilium-charts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kube-nas/bootstrap/cilium/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
helmCharts:
- name: cilium
repo: https://helm.cilium.io/
version: 1.14.4
version: 1.14.5
releaseName: cilium
namespace: kube-system
valuesFile: values.yaml
Expand Down

0 comments on commit 183e4c1

Please sign in to comment.