Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/bjw-s/home-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Sep 23, 2022
2 parents c102bc7 + e2840dc commit 89c1526
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 1

- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.1.0
uses: nosborn/github-action-markdown-cli@v3.2.0
with:
files: "README.md docs/**"
config_file: ".github/markdownlint.config.yaml"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/vyos/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ config:

haproxy:
# renovate: docker-image
image: docker.io/library/haproxy:2.6.5
image: docker.io/library/haproxy:2.6.6

vector:
# renovate: docker-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
values:
image:
repository: esphome/esphome
tag: 2022.9.0
tag: 2022.9.1

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/clusters/cluster-0/media/plex/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/plex
tag: 1.28.2.6151-914ddd2b3@sha256:0b1c10bda8403bb984eb8ae77ec19dd5abdaacc57e2ec42be4316f9dafec6977
tag: 1.28.2.6151-914ddd2b3@sha256:ee6304cfd2afb68b848f46c4293b806aed99f87a154c7f7b6b5a1f29b0ef789a

affinity:
nodeAffinity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
kind: HelmRepository
name: grafana
namespace: flux-system
version: 6.38.6
version: 6.38.7
interval: 15m
timeout: 20m
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:

image:
repository: docker.io/library/redis
tag: 7.0.4
tag: 7.0.5

command: ["redis-server", "--requirepass", "$(REDIS_PASSWORD)"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
values:
image:
repository: docker.io/library/redis
tag: 7.0.4
tag: 7.0.5

service:
main:
Expand Down

0 comments on commit 89c1526

Please sign in to comment.