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 6, 2023
2 parents c386933 + 41afe6f commit 80d485c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release-differ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40.2.0
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40.2.1
with:
json: true
files: |
Expand Down
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/github-action@v39.1.4
uses: renovatebot/github-action@v39.2.0
with:
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
token: "${{ steps.generate-token.outputs.token }}"
4 changes: 2 additions & 2 deletions kubernetes/kube-nas/flux/flux-manifests/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3563,7 +3563,7 @@ spec:
fieldPath: metadata.namespace
- name: TUF_ROOT
value: /tmp/.sigstore
image: ghcr.io/fluxcd/source-controller:v1.1.2
image: ghcr.io/fluxcd/source-controller:v1.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -7975,7 +7975,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/notification-controller:v1.1.0
image: ghcr.io/fluxcd/notification-controller:v1.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
interval: 30m
url: https://github.com/rancher/local-path-provisioner
ref:
tag: v0.0.25
tag: v0.0.26
ignore: |
# exclude all
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: 54.2.2
version: 55.0.0
sourceRef:
kind: HelmRepository
name: prometheus-community-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3563,7 +3563,7 @@ spec:
fieldPath: metadata.namespace
- name: TUF_ROOT
value: /tmp/.sigstore
image: ghcr.io/fluxcd/source-controller:v1.1.2
image: ghcr.io/fluxcd/source-controller:v1.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -7975,7 +7975,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/notification-controller:v1.1.0
image: ghcr.io/fluxcd/notification-controller:v1.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down

0 comments on commit 80d485c

Please sign in to comment.