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 2, 2023
2 parents a039372 + b321989 commit ccb849a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.19.0"
version = "4.20.0"
}
http = {
source = "hashicorp/http"
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.19.0"
version = "4.20.0"
}
http = {
source = "hashicorp/http"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: ingress-nginx
version: 4.8.3
version: 4.8.4
sourceRef:
kind: HelmRepository
name: ingress-nginx-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
nameOverride: *app
image:
repository: ghcr.io/koenkk/zigbee2mqtt
tag: 1.33.2
tag: 1.34.0
env:
ZIGBEE2MQTT_DATA: /config
TZ: ${SETTING_TZ}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
nameOverride: *app
image:
repository: ghcr.io/koenkk/zigbee2mqtt
tag: 1.33.2
tag: 1.34.0
env:
ZIGBEE2MQTT_DATA: /config
TZ: ${SETTING_TZ}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
nameOverride: *app
image:
repository: ghcr.io/koenkk/zigbee2mqtt
tag: 1.33.2
tag: 1.34.0
env:
ZIGBEE2MQTT_DATA: /config
TZ: ${SETTING_TZ}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
nameOverride: *app
image:
repository: louislam/uptime-kuma
tag: 1.23.7
tag: 1.23.8
service:
main:
ports:
Expand Down

0 comments on commit ccb849a

Please sign in to comment.