Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gruberdev/homelab
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Dec 6, 2023
2 parents d4742ac + df68e5c commit e0c3e4d
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tailscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | <sub>[More details][homelab-argocd]</sub> | ![][argocd-core] | ![][argo-badge] |
> | [ArgoCD][argocd-uri] | `Git` | <sub>[More details][homelab-argocd]</sub> | ![][argocd-core] | ![][argo-badge] |
> | [CertManager][service-certmanager] | `Networking` | <sub>[More details][homelab-certmanager]</sub> | ![][argocd-certmanager] | ![][certmanager-badge] |
> | [Changedetection.io][change-uri] | `Services` | <sub>[More details][homelab-change]</sub> | ![][argocd-change] | ![][change-badge] |
> | [Crossplane][crossplane-uri] | `GitOps` | <sub>[More details][homelab-crossplane]</sub> | ![][argocd-crossplane] | ![][crossplane-badge] |
Expand Down
2 changes: 1 addition & 1 deletion apps/argocd/base/apps/mongodb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion apps/argocd/base/mlops/k8sgpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion apps/home/wyze/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ commonAnnotations:

images:
- name: mrlt8/wyze-bridge
newTag: 2.5.2-hw
newTag: 2.5.3-hw
2 changes: 1 addition & 1 deletion apps/matrix/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion apps/utilities/crossplane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0c3e4d

Please sign in to comment.