Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 37d45b9

Browse files
committed
2 parents 70e66ff + bcd13a8 commit 37d45b9

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

.github/workflows/link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
15+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1616

1717
- name: Link Checker
1818
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0

.github/workflows/meta-sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1717

1818
- name: Sync Labels
1919
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3

kubernetes/apps/default/homepage/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
main:
3434
image:
3535
repository: ghcr.io/gethomepage/homepage
36-
tag: v0.8.12
36+
tag: v0.8.13
3737
env:
3838
TZ: "${TIMEZONE}"
3939
envFrom:

kubernetes/apps/default/localai/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
replicaCount: 1
3636
fullnameOverride: "localai"
3737
deployment:
38-
image: quay.io/go-skynet/local-ai:v2.13.0-cublas-cuda12
38+
image: quay.io/go-skynet/local-ai:v2.14.0-cublas-cuda12
3939
pullPolicy: IfNotPresent
4040
env:
4141
threads: 8

kubernetes/apps/default/ollama/backend/app-chart-helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
main:
4040
image:
4141
repository: docker.io/ollama/ollama
42-
tag: 0.1.32
42+
tag: 0.1.34
4343
env:
4444
TZ: ${TIMEZONE}
4545
NVIDIA_VISIBLE_DEVICES: all

kubernetes/apps/default/ollama/backend/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
replicaCount: 1
2929
image:
3030
repository: docker.io/ollama/ollama
31-
tag: "0.1.32" # Leave it empty to use the chart's default version
31+
tag: "0.1.34" # Leave it empty to use the chart's default version
3232
ollama:
3333
gpu:
3434
# Enable GPU integration

kubernetes/apps/default/tubearchivist/app/elasticsearch/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
main:
5050
image:
5151
repository: elasticsearch
52-
tag: 8.13.0
52+
tag: 8.13.3
5353
env:
5454
TZ: "America/Detroit"
5555
xpack.security.enabled: "false"

kubernetes/apps/default/wyze-bridge/app/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
main:
3232
image:
3333
repository: mrlt8/wyze-bridge
34-
tag: 2.8.1
34+
tag: 2.8.3
3535
env:
3636
- name: RECORD_ALL
3737
value: "True"

kubernetes/apps/kube-system/cilium/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: cilium
11-
version: 1.15.3
11+
version: 1.15.4
1212
sourceRef:
1313
kind: HelmRepository
1414
name: cilium

kubernetes/apps/observability/grafana/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: grafana
11-
version: 7.3.9
11+
version: 7.3.10
1212
sourceRef:
1313
kind: HelmRepository
1414
name: grafana

0 commit comments

Comments
 (0)