Skip to content

Commit

Permalink
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Sep 17, 2024
2 parents 87dc8fe + c9bbd6e commit 80233ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/hass/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
seccompProfile:
type: RuntimeDefault
containers:
- image: "homeassistant/home-assistant:2024.9.1"
- image: "homeassistant/home-assistant:2024.9.2"
imagePullPolicy: "IfNotPresent"
command:
- "/usr/local/bin/hass"
Expand Down
2 changes: 1 addition & 1 deletion apps/renovatebot/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
seccompProfile:
type: "RuntimeDefault"
containers:
- image: "renovate/renovate:38.80.0"
- image: "renovate/renovate:38.84.0"
name: "renovate"
env:
- name: "RENOVATE_BASE_DIR"
Expand Down
2 changes: 1 addition & 1 deletion contrib/terraform/envs/dqs.dd.soeren.cloud/tf_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.46.0"
version = "5.67.0"
}

kubernetes = {
Expand Down

0 comments on commit 80233ab

Please sign in to comment.