Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Update all non-major dependencies #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/homebox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: homebox
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion apps/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: immich
version: 0.0.0
dependencies:
- name: immich
version: 0.1.1
version: 0.4.0
repository: https://immich-app.github.io/immich-charts
2 changes: 1 addition & 1 deletion apps/paperless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: paperless-ngx
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
6 changes: 3 additions & 3 deletions apps/paperless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app-template:
replicas: 1
image:
repository: ghcr.io/paperless-ngx/paperless-ngx
tag: 1.16.3
tag: 1.17.4
env:
COMPOSE_PROJECT_NAME: paperless
PAPERLESS_CONSUMER_POLLING: "60"
Expand Down Expand Up @@ -92,11 +92,11 @@ app-template:
sidecars:
redis:
name: redis
image: redis:7.0
image: redis:7.2
imagePullPolicy: IfNotPresent
gotenburg:
name: gotenburg
image: thecodingmachine/gotenberg:7.8.0
image: thecodingmachine/gotenberg:7.10.2
env:
- name: DISABLE_GOOGLE_CHROME
value: '1'
Expand Down
2 changes: 1 addition & 1 deletion apps/plex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: plex
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/actualbudget/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: acutal-server
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/actualbudget/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-template:
type: statefulset
image:
repository: ghcr.io/actualbudget/actual-server
tag: 23.5.0
tag: 23.12.1
env:
TZ: America/Los_Angeles
service:
Expand Down
2 changes: 1 addition & 1 deletion archive/automation/esphome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: esphome
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/automation/esphome/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app-template:
replicas: 1
image:
repository: esphome/esphome
tag: 2023.2.4
tag: 2023.12.9
env:
ESPHOME_DASHBOARD_USE_PING: true
service:
Expand Down
2 changes: 1 addition & 1 deletion archive/automation/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: home-assistant
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
4 changes: 2 additions & 2 deletions archive/automation/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app-template:
replicas: 1
image:
repository: homeassistant/home-assistant
tag: 2023.2.5
tag: 2023.12.4
pullPolicy: IfNotPresent
strategy:
type: Recreate
Expand Down Expand Up @@ -63,7 +63,7 @@ app-template:
enabled: true
image:
repository: ghcr.io/coder/code-server
tag: 4.10.0
tag: 4.22.0
env:
TZ: America/Los_Angeles
workingDir: /config
Expand Down
2 changes: 1 addition & 1 deletion archive/cloudnative-pg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: cloudnative-pg
version: 0.0.0
dependencies:
- name: cloudnative-pg
version: 0.17.0
version: 0.20.1
repository: https://cloudnative-pg.github.io/charts
6 changes: 3 additions & 3 deletions archive/media/pod-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ pod-gateway:

image:
repository: ghcr.io/angelnu/pod-gateway
tag: v1.8.1
tag: v1.10.0
DNS: 172.16.1.1
addons:
vpn:
enabled: true
type: gluetun
image:
repository: ghcr.io/qdm12/gluetun
tag: v3.34.3
tag: v3.37.0
env:
- name: VPN_SERVICE_PROVIDER
value: nordvpn
Expand Down Expand Up @@ -71,5 +71,5 @@ pod-gateway:
gatewayDefault: false
image:
repository: ghcr.io/angelnu/gateway-admision-controller
tag: v3.7.0
tag: v3.10.0

2 changes: 1 addition & 1 deletion archive/media/prowlarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app-template:
reloader.stakater.com/auto: "true"
image:
repository: ghcr.io/onedr0p/prowlarr-develop
tag: 1.5.2.3484
tag: 1.14.1.4316
env:
TZ: America/Los_Angeles
PROWLARR__INSTANCE_NAME: Prowlarr
Expand Down
2 changes: 1 addition & 1 deletion archive/media/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: qbittorrent
version: 0.0.0
dependencies:
- name: app-template
version: 1.5.0
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/media/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app-template:
type: statefulset
image:
repository: ghcr.io/onedr0p/qbittorrent
tag: 4.5.3
tag: 4.6.3
env:
TZ: America/Los_Angeles
QBITTORRENT__PORT: &port 80
Expand Down
2 changes: 1 addition & 1 deletion archive/media/radarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: radarr
version: 0.0.0
dependencies:
- name: app-template
version: 1.5.0
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts

2 changes: 1 addition & 1 deletion archive/media/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app-template:
type: statefulset
image:
repository: ghcr.io/onedr0p/radarr-develop
tag: 4.5.2.7388
tag: 4.7.5.7809
env:
TZ: America/Los_Angeles
RADARR__INSTANCE_NAME: Radarr
Expand Down
2 changes: 1 addition & 1 deletion archive/media/readarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: readarr
version: 0.0.0
dependencies:
- name: app-template
version: 1.5.0
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/media/readarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app-template:
type: statefulset
image:
repository: ghcr.io/onedr0p/readarr-nightly
tag: 0.1.7.1882@sha256:3b8b9f4b8e3980efd2f94e8996585f658614da857d3cb25f8a7c893ddab43eeb
tag: 0.3.21.2457@sha256:32d28a20d5b034633b0a605662a0d68af5e209c6d1226a084ce1ee29531596d3
env:
TZ: America/Los_Angeles
READARR__INSTANCE_NAME: Readarr
Expand Down
2 changes: 1 addition & 1 deletion archive/media/sabnzbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app-template:
reloader.stakater.com/auto: "true"
image:
repository: ghcr.io/onedr0p/sabnzbd
tag: 4.0.1@sha256:3d24a7e4219f2d362a530edb2e5c1df73dfec01fcae38a7400e216453900c2ae
tag: 4.2.3@sha256:fa8ddea45e56b0e36454c3c0eb30ff5521d90aeb5b35301656ae9236680be3a9
env:
TZ: America/Los_Angeles
SABNZBD__PORT: &port 80
Expand Down
2 changes: 1 addition & 1 deletion archive/media/sonarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: sonarr
version: 0.0.0
dependencies:
- name: app-template
version: 1.5.0
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/media/sonarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ app-template:
type: statefulset
image:
repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.0.535
tag: 4.0.2.1312
env:
TZ: Europe/Ljubljana
SONARR__INSTANCE_NAME: Sonarr
Expand Down
2 changes: 1 addition & 1 deletion archive/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: minio
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.2
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/photoprism/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: photoprism
version: 0.0.0
dependencies:
- name: app-template
version: 1.3.1
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion archive/renovate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: renovate
version: 0.0.0
dependencies:
- name: renovate
version: 34.157.0
version: 34.160.0
repository: https://docs.renovatebot.com/helm-charts
2 changes: 1 addition & 1 deletion archive/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: velero
version: 0.0.0
dependencies:
- name: velero
version: 3.1.5
version: 3.2.0
repository: https://vmware-tanzu.github.io/helm-charts
2 changes: 1 addition & 1 deletion authentication/lldap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: lldap
version: 0.0.0
dependencies:
- name: app-template
version: 1.5.0
version: 1.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion authentication/lldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-template:
type: statefulset
image:
repository: ghcr.io/lldap/lldap
tag: v0.4.3
tag: v0.5.0
env:
TZ: America/Los_Angeles
LLDAP_HTTP_PORT: &http-port 80
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: argocd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.14.2
version: 5.55.0
repository: https://argoproj.github.io/argo-helm
6 changes: 3 additions & 3 deletions external/modules/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.11.0"
version = "~> 3.35.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.9.0"
version = "~> 2.27.0"
}

http = {
source = "hashicorp/http"
version = "~> 3.2.0"
version = "~> 3.4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion external/modules/zerotier/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
zerotier = {
source = "zerotier/zerotier"
version = "~> 1.2.0"
version = "~> 1.4.0"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions external/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.3.0"
required_version = "~> 1.7.0"

backend "remote" {
hostname = "app.terraform.io"
Expand All @@ -13,17 +13,17 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.11.0"
version = "~> 3.35.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.9.0"
version = "~> 2.27.0"
}

http = {
source = "hashicorp/http"
version = "~> 3.2.0"
version = "~> 3.4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion metal/roles/pxe_server/files/dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.19

RUN apk --no-cache add dnsmasq

Expand Down
2 changes: 1 addition & 1 deletion metal/roles/pxe_server/files/http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM nginx:1.21-alpine
FROM nginx:1.25-alpine
2 changes: 1 addition & 1 deletion platform/dex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: dex
version: 0.0.0
dependencies:
- name: dex
version: 0.8.2
version: 0.16.0
repository: https://charts.dexidp.io
2 changes: 1 addition & 1 deletion platform/external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: external-secrets
version: 0.0.0
dependencies:
- name: external-secrets
version: 0.7.0
version: 0.9.13
repository: https://charts.external-secrets.io
10 changes: 8 additions & 2 deletions platform/gitea/files/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ module git.toolstowelsandfroods.com/khuedoan/homelab/gitea/config
go 1.19

require (
code.gitea.io/sdk/gitea v0.15.1
code.gitea.io/sdk/gitea v0.17.1
gopkg.in/yaml.v2 v2.4.0
)

require github.com/hashicorp/go-version v1.2.1 // indirect
require (
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)
Loading