Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gruberdev/homelab
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Sep 5, 2024
2 parents 90cd502 + a0d4823 commit 5aede44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/services/homepage/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
helmCharts:
- name: homepage
releaseName: homepage
version: 1.2.3
version: 2.0.1
repo: https://jameswynn.github.io/helm-charts/
valuesInline:
image:
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.1-base-ubuntu20.04@sha256:0654b44e2515f03b811496d0e2d67e9e2b81ca1f6ed225361bb3e3bb67d22e18"
image: "nvidia/cuda:12.6.0-base-ubuntu20.04@sha256:b0937b96f04e1f73279ead20a1d3bb38fb569071756ce1cbde337616beb63129"
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
resources:
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/b2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "0.8.9"
version = "0.8.12"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/vault/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.27.0"
version = "2.32.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/vultr/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.19.0"
version = "2.21.0"
}
}
}
Expand Down

0 comments on commit 5aede44

Please sign in to comment.