Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/home-assistant/home-assistant ( 2024.7.1 → 2024.7.2 ) #2518

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.1/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json

Check failure on line 2 in kubernetes/darkstar/apps/home-automation/home-assistant/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

2:81 [line-length] line too long (173 > 80 characters)
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
Expand All @@ -24,7 +24,7 @@
app:
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2024.7.1
tag: 2024.7.2
envFrom:
- secretRef:
name: home-assistant
Expand All @@ -44,7 +44,7 @@
codeserver:
image:
repository: ghcr.io/coder/code-server
tag: 4.90.3@sha256:f54483e9794f1bbd42bf55346ebeadb057a4f0dc9da1a50670e3a335ee295a35

Check failure on line 47 in kubernetes/darkstar/apps/home-automation/home-assistant/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

47:81 [line-length] line too long (97 > 80 characters)
pullPolicy: IfNotPresent
env:
HASS_SERVER: http://localhost:8123
Expand Down
Loading