From 45cd893787a7107e77df465ba654f3d648675ca3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 1 Dec 2023 04:38:52 +0000
Subject: [PATCH 1/9] Update alpine Docker tag to v3.18.5
---
apps/matrix/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/matrix/Dockerfile b/apps/matrix/Dockerfile
index 6c9755456..1e95f6b49 100644
--- a/apps/matrix/Dockerfile
+++ b/apps/matrix/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
+FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
RUN apk add --no-cache curl \
&& curl -L https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst-`uname -s`-`uname -m` -o envsubst \
&& chmod +x envsubst \
From 5b40abcda427fa4d1f6f1312680ee1ea0c8c51ee Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 1 Dec 2023 16:17:26 +0000
Subject: [PATCH 2/9] Update Helm release k8sgpt-operator to v0.0.25
---
apps/argocd/base/mlops/k8sgpt.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/argocd/base/mlops/k8sgpt.yaml b/apps/argocd/base/mlops/k8sgpt.yaml
index d1b2b7343..e44f4049d 100644
--- a/apps/argocd/base/mlops/k8sgpt.yaml
+++ b/apps/argocd/base/mlops/k8sgpt.yaml
@@ -9,7 +9,7 @@ spec:
source:
repoURL: https://charts.k8sgpt.ai/
chart: k8sgpt-operator
- targetRevision: 0.0.24
+ targetRevision: 0.0.25
helm:
releaseName: k8sgpt
values: |
From 900304b1e8944cbc8cdd3d639a3dd4b6793c428b Mon Sep 17 00:00:00 2001
From: Gruber <43826031+gruberdev@users.noreply.github.com>
Date: Sat, 2 Dec 2023 02:58:44 -0300
Subject: [PATCH 3/9] [docs] fixed readme typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b564e612c..cfe2e9531 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
> | **Application** | **Category** | **Info** | **Deployment Status** | **Latest Semver**
> |:--------------------------------------:|:---------------:|:---------------------------------------------------:|:----------------------------:|:----------------------:|
-> | [ArgoCD][argocd-uri] | `Git https://github.com/gruberdev/homelab/tree/main/apps/data/postgres/operatorOps` | [More details][homelab-argocd] | ![][argocd-core] | ![][argo-badge] |
+> | [ArgoCD][argocd-uri] | `Git` | [More details][homelab-argocd] | ![][argocd-core] | ![][argo-badge] |
> | [CertManager][service-certmanager] | `Networking` | [More details][homelab-certmanager] | ![][argocd-certmanager] | ![][certmanager-badge] |
> | [Changedetection.io][change-uri] | `Services` | [More details][homelab-change] | ![][argocd-change] | ![][change-badge] |
> | [Crossplane][crossplane-uri] | `GitOps` | [More details][homelab-crossplane] | ![][argocd-crossplane] | ![][crossplane-badge] |
From fc08255091903ec878c91e608108dfb59f79629d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 2 Dec 2023 20:29:24 +0000
Subject: [PATCH 4/9] Update Helm release k8sgpt-operator to v0.0.26
---
apps/argocd/base/mlops/k8sgpt.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/argocd/base/mlops/k8sgpt.yaml b/apps/argocd/base/mlops/k8sgpt.yaml
index e44f4049d..38d732d45 100644
--- a/apps/argocd/base/mlops/k8sgpt.yaml
+++ b/apps/argocd/base/mlops/k8sgpt.yaml
@@ -9,7 +9,7 @@ spec:
source:
repoURL: https://charts.k8sgpt.ai/
chart: k8sgpt-operator
- targetRevision: 0.0.25
+ targetRevision: 0.0.26
helm:
releaseName: k8sgpt
values: |
From 42b998ce6ffdbca7506050b951459bf12e3b15d8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 4 Dec 2023 04:23:16 +0000
Subject: [PATCH 5/9] Update tj-actions/changed-files digest to 1c93849
---
.github/workflows/tailscale.yml | 2 +-
.github/workflows/tflint.yaml | 2 +-
.github/workflows/validate.yaml | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml
index c9b7fab2d..2a104508b 100644
--- a/.github/workflows/tailscale.yml
+++ b/.github/workflows/tailscale.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- name: Check if Tailscale file has changed
id: tailscale-changes
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
policy.hujson
diff --git a/.github/workflows/tflint.yaml b/.github/workflows/tflint.yaml
index 3828bbb5b..c8c70478d 100644
--- a/.github/workflows/tflint.yaml
+++ b/.github/workflows/tflint.yaml
@@ -9,7 +9,7 @@ jobs:
fetch-depth: 0
- name: Check if Terraform files changed
id: terraform-changes
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
terraform/**
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index f2034d630..f2dfa257d 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -12,28 +12,28 @@ jobs:
fetch-depth: 0
- name: Check if Services have changed
id: changed-services
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/svc.yaml
apps/**/*-svc.yaml
- name: Check if Deployments/Statefulsets have changed
id: changed-workloads
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/deployment.yaml
apps/**/statefulset.yaml
- name: Check if configMap/Secrets have changed
id: changed-configs
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/cm.yaml
apps/**/secret.yaml
- name: Check if Permissions have changed
id: changed-rbac
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/rb.yaml
@@ -42,7 +42,7 @@ jobs:
apps/**/cr.yaml
- name: Check if Storage resources have changed
id: changed-storage
- uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
+ uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/pvc.yaml
From a60cb39c1aa454aadd0c9e368961bfef41cd112d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 4 Dec 2023 16:51:50 +0000
Subject: [PATCH 6/9] Update mrlt8/wyze-bridge Docker tag to v2.5.3
---
apps/home/wyze/kustomization.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/home/wyze/kustomization.yaml b/apps/home/wyze/kustomization.yaml
index 365fa12f1..041b1bf0b 100644
--- a/apps/home/wyze/kustomization.yaml
+++ b/apps/home/wyze/kustomization.yaml
@@ -19,4 +19,4 @@ commonAnnotations:
images:
- name: mrlt8/wyze-bridge
- newTag: 2.5.2-hw
+ newTag: 2.5.3-hw
From 1dfcd073943c46af2ba4bda928a23bc7a763a0d5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 22:51:54 +0000
Subject: [PATCH 7/9] Update nvidia/cuda Docker tag to v12.3.1
---
tasks/test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tasks/test.yaml b/tasks/test.yaml
index 99c55cf85..f791ce773 100644
--- a/tasks/test.yaml
+++ b/tasks/test.yaml
@@ -53,7 +53,7 @@ tasks:
restartPolicy: Never
containers:
- name: gpu
- image: "nvidia/cuda:12.3.0-base-ubuntu20.04@sha256:eaa6ecb974689231ed32dc842281ff0a86b69bcfb4a7568ea7093372a00cdbf2"
+ image: "nvidia/cuda:12.3.1-base-ubuntu20.04@sha256:0654b44e2515f03b811496d0e2d67e9e2b81ca1f6ed225361bb3e3bb67d22e18"
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
resources:
From 993afbc6fae46437e4242d9fc850ae24660827d8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 6 Dec 2023 00:43:03 -0300
Subject: [PATCH 8/9] Update dependency crossplane/crossplane to v1.14.3 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gruber <43826031+gruberdev@users.noreply.github.com>
---
apps/utilities/crossplane/kustomization.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/utilities/crossplane/kustomization.yaml b/apps/utilities/crossplane/kustomization.yaml
index 070151b3f..4b0d86f75 100644
--- a/apps/utilities/crossplane/kustomization.yaml
+++ b/apps/utilities/crossplane/kustomization.yaml
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
-- github.com/crossplane/crossplane/cluster?ref=v1.14.1
+- github.com/crossplane/crossplane/cluster?ref=v1.14.3
helmCharts:
- name: crossplane
From df68e5c89f4904aea730c73e1305e831b00715ad Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 6 Dec 2023 00:43:31 -0300
Subject: [PATCH 9/9] Update Helm release community-operator-crds to v0.9.0
(#370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
apps/argocd/base/apps/mongodb-crds.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/argocd/base/apps/mongodb-crds.yaml b/apps/argocd/base/apps/mongodb-crds.yaml
index eae8c7197..4405b1c20 100644
--- a/apps/argocd/base/apps/mongodb-crds.yaml
+++ b/apps/argocd/base/apps/mongodb-crds.yaml
@@ -7,7 +7,7 @@ spec:
source:
repoURL: https://mongodb.github.io/helm-charts
chart: community-operator-crds
- targetRevision: 0.8.3
+ targetRevision: 0.9.0
helm:
releaseName: mangodb-operator-crds
destination: