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

Commit bcd13a8

Browse files
fix(github-action): update all minor and patch updates
1 parent d739998 commit bcd13a8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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/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.33
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.33" # 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/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

kubernetes/apps/observability/kubernetes-dashboard/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: kubernetes-dashboard
11-
version: 7.3.2
11+
version: 7.4.0
1212
sourceRef:
1313
kind: HelmRepository
1414
name: kubernetes-dashboard

0 commit comments

Comments
 (0)