We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38eca1a + 2e5bdfd commit a41175cCopy full SHA for a41175c
2 files changed
my-apps/ai/ollama/deployment.yaml
@@ -29,7 +29,7 @@ spec:
29
effect: "NoSchedule"
30
containers:
31
- name: ollama
32
- image: ollama/ollama:0.11.2
+ image: ollama/ollama:0.11.3
33
imagePullPolicy: IfNotPresent
34
ports:
35
- containerPort: 11434
my-apps/development/it-tools/deployment.yaml
@@ -19,7 +19,7 @@ spec:
19
spec:
20
21
- name: it-tools
22
- image: ghcr.io/sharevb/it-tools:nightly@sha256:a7bf1c087c7dadbd06cd2f30482e1c876b9ce7bcfc70a31a724b8ce0776647f2
+ image: ghcr.io/sharevb/it-tools:nightly@sha256:e5451178b94adbb6818b1cad8da5b199e2098c39c89f16372b691a0f1be2262d
23
imagePullPolicy: Always
24
env:
25
- name: TZ
0 commit comments