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
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] |
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:
diff --git a/apps/argocd/base/mlops/k8sgpt.yaml b/apps/argocd/base/mlops/k8sgpt.yaml
index d1b2b7343..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.24
+ targetRevision: 0.0.26
helm:
releaseName: k8sgpt
values: |
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
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 \
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
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: