Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2023
1 parent aa01cfc commit 1ae035a
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 30 deletions.
8 changes: 4 additions & 4 deletions apps/autotorrenting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sonarr:
- high
image:
repository: lscr.io/linuxserver/sonarr
tag: 3.0.9
tag: 3.0.10
ingress:
main:
enabled: true
Expand Down Expand Up @@ -60,7 +60,7 @@ radarr:
- high
image:
repository: lscr.io/linuxserver/radarr
tag: 4.2.4
tag: 4.3.2
ingress:
main:
enabled: true
Expand Down Expand Up @@ -104,7 +104,7 @@ jackett:
- high
image:
repository: lscr.io/linuxserver/jackett
tag: 0.20.2464
tag: 0.20.3583
ingress:
main:
enabled: true
Expand Down Expand Up @@ -149,7 +149,7 @@ flaresolverr:
bazarr:
image:
repository: lscr.io/linuxserver/bazarr
tag: 1.1.3
tag: 1.2.0
ingress:
main:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion apps/barcodebuddy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
common:
image:
repository: "f0rc3/barcodebuddy-docker"
tag: v1.8.1.4
tag: v1.8.1.5
pullPolicy: IfNotPresent
env:
# -- Set the container timezone
Expand Down
2 changes: 1 addition & 1 deletion apps/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ home-assistant:
value: "1"
image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2022.12.8
tag: 2022.12.9
addons:
codeserver:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions apps/paperless/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
paperless:
image:
repository: ghcr.io/paperless-ngx/paperless-ngx
tag: 1.11.2
tag: 1.13.0
ingress:
main:
enabled: true
Expand Down Expand Up @@ -41,7 +41,7 @@ paperless:
size: 4Gi
image:
repository: bitnami/postgresql
tag: 11.18.0
tag: 11.19.0
redis:
enabled: true
replica:
Expand Down
2 changes: 1 addition & 1 deletion apps/unifi/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
unifi:
image:
repository: jacobalberty/unifi
tag: v7.3.76
tag: v7.3.83
ingress:
main:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion apps/zigbee2mqtt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zigbee2mqtt:
- high
image:
repository: koenkk/zigbee2mqtt
tag: 1.28.4
tag: 1.30.2
ingress:
main:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions external/modules/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.31.0"
version = "~> 3.35.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.16.0"
version = "~> 2.18.0"
}

http = {
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.3.0"
version = "~> 1.4.0"
}
}
}
Expand Down
6 changes: 3 additions & 3 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.4.0"

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

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.16.0"
version = "~> 2.18.0"
}

http = {
Expand Down
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.12.1
version: 0.13.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.7.2
repository: https://charts.external-secrets.io
2 changes: 1 addition & 1 deletion platform/vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: vault
version: 0.0.0
dependencies:
- name: vault-operator
version: 1.17.0
version: 1.19.0
repository: https://kubernetes-charts.banzaicloud.com
10 changes: 5 additions & 5 deletions platform/vault/files/generate-secrets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module git.sananseline.olivergraff.com/khuedoan/homelab/vault/init
go 1.19

require (
github.com/hashicorp/vault/api v1.8.2
github.com/hashicorp/vault/api v1.9.0
github.com/sethvargo/go-password v0.2.0
gopkg.in/yaml.v2 v2.4.0
)
Expand Down Expand Up @@ -44,10 +44,10 @@ require (
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.41.0 // indirect
Expand Down
9 changes: 9 additions & 0 deletions platform/vault/files/generate-secrets/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ github.com/hashicorp/vault/api v1.8.1 h1:bMieWIe6dAlqAAPReZO/8zYtXaWUg/21umwqGZp
github.com/hashicorp/vault/api v1.8.1/go.mod h1:uJrw6D3y9Rv7hhmS17JQC50jbPDAZdjZoTtrCCxxs7E=
github.com/hashicorp/vault/api v1.8.2 h1:C7OL9YtOtwQbTKI9ogB0A1wffRbCN+rH/LLCHO3d8HM=
github.com/hashicorp/vault/api v1.8.2/go.mod h1:ML8aYzBIhY5m1MD1B2Q0JV89cC85YVH4t5kBaZiyVaE=
github.com/hashicorp/vault/api v1.9.0 h1:ab7dI6W8DuCY7yCU8blo0UCYl2oHre/dloCmzMWg9w8=
github.com/hashicorp/vault/api v1.9.0/go.mod h1:lloELQP4EyhjnCQhF8agKvWIVTmxbpEJj70b98959sM=
github.com/hashicorp/vault/sdk v0.4.1 h1:3SaHOJY687jY1fnB61PtL0cOkKItphrbLmux7T92HBo=
github.com/hashicorp/vault/sdk v0.4.1/go.mod h1:aZ3fNuL5VNydQk8GcLJ2TV8YCRVvyaakYkhZRoVuhj0=
github.com/hashicorp/vault/sdk v0.6.0 h1:6Z+In5DXHiUfZvIZdMx7e2loL1PPyDjA4bVh9ZTIAhs=
Expand Down Expand Up @@ -236,6 +238,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 h1:/UOmuWzQfxxo9UtlXMwuQU8CMgg1eZXqTRwkSQJWKOI=
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.5.0 h1:U/0M97KRkSFvyD/3FSmdP5W5swImpNgle/EHFhOsQPE=
golang.org/x/crypto v0.5.0/go.mod h1:NK/OQwhpMQP3MwtdjgLlYHnH9ebylxKWv3e0fK+mkQU=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
Expand All @@ -254,6 +258,8 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 h1:qWPm9rbaAMKs8Bq/9LRpbMqxW
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 h1:DzZ89McO9/gWPsQXS/FVKAlG02ZjaQ6AlZRBimEYOd0=
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk=
golang.org/x/net v0.5.0 h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=
golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down Expand Up @@ -281,13 +287,16 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/text v0.6.0 h1:3XmdazWV+ubf7QgHSTWeykHOci5oeekaGJBLkrkaw4k=
golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 h1:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI=
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
Expand Down
2 changes: 1 addition & 1 deletion system/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: cert-manager
version: 0.0.0
dependencies:
- name: cert-manager
version: v1.10.1
version: v1.11.0
repository: https://charts.jetstack.io
2 changes: 1 addition & 1 deletion system/descheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: descheduler
version: 0.0.0
dependencies:
- name: descheduler
version: 0.25.2
version: 0.26.0
repository: https://kubernetes-sigs.github.io/descheduler/
2 changes: 1 addition & 1 deletion system/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: external-dns
version: 0.0.0
dependencies:
- name: external-dns
version: 1.12.0
version: 1.12.1
repository: https://kubernetes-sigs.github.io/external-dns/
2 changes: 1 addition & 1 deletion system/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: ingress-nginx
version: 0.0.0
dependencies:
- name: ingress-nginx
version: 4.4.2
version: 4.5.2
repository: https://kubernetes.github.io/ingress-nginx
2 changes: 1 addition & 1 deletion system/kyverno/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 0.0.0
dependencies:
- name: kyverno
repository: https://kyverno.github.io/kyverno
version: 2.6.1
version: 2.7.1
2 changes: 1 addition & 1 deletion system/metallb-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: metallb
version: 0.0.0
dependencies:
- name: metallb
version: 0.13.7
version: 0.13.9
repository: https://metallb.github.io/metallb

0 comments on commit 1ae035a

Please sign in to comment.