3 Commits

Author SHA1 Message Date
7d0ce24d30 Update ollama/ollama Docker tag to v0.9.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 53s
2025-05-30 00:41:10 +00:00
2ec6682c6f fix 2025-05-29 19:34:24 -05:00
5cb7c77951 update policy 2025-05-29 19:32:14 -05:00
3 changed files with 23 additions and 4 deletions

View File

@@ -9,3 +9,22 @@ metadata:
spec:
generateBucketName: bucket-outline
storageClassName: ceph-bucket
additionalConfig:
bucketPolicy: |
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor",
"Effect": "Allow",
"Action": [
"s3:GetObjectAcl",
"s3:DeleteObject",
"s3:PutObject",
"s3:GetObject",
"s3:PutObjectAcl"
],
"Resource": "arn:aws:s3:::bucket-outline-630c57e0-d475-4d78-926c-c1c082291d73/*"
}
]
}

View File

@@ -89,7 +89,7 @@ outline:
- name: AWS_S3_ACCELERATE_URL
value: https://objects.alexlebens.dev
- name: AWS_S3_FORCE_PATH_STYLE
value: false
value: true
- name: AWS_S3_ACL
value: private
- name: FILE_STORAGE_UPLOAD_MAX_SIZE

View File

@@ -22,7 +22,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.8.0
tag: 0.9.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.8.0
tag: 0.9.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main:
image:
repository: ollama/ollama
tag: 0.8.0
tag: 0.9.0
pullPolicy: IfNotPresent
env:
- name: OLLAMA_KEEP_ALIVE