Skip to content

Commit

Permalink
Merge branch 'main' into feature/crd/faiss
Browse files Browse the repository at this point in the history
  • Loading branch information
kpango authored Jun 21, 2024
2 parents a50ceb6 + 3edc428 commit f4d702a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/vald/values/agent-ngt-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

defaults:
image:
tag: latest
tag: nightly
agent:
ngt:
auto_index_duration_limit: 30m
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/values/vald-backup-via-pv-and-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
defaults:
image:
tag: latest
tag: nightly

gateway:
lb:
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/values/vald-backup-via-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
defaults:
image:
tag: latest
tag: nightly
gateway:
lb:
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/values/vald-backup-via-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
defaults:
image:
tag: latest
tag: nightly

gateway:
lb:
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/values/vald-in-memory-mode-no-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
defaults:
image:
tag: latest
tag: nightly
gateway:
lb:
resources:
Expand Down
2 changes: 1 addition & 1 deletion example/helm/values-standalone-agent-ngt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default:
logging:
level: debug
image:
tag: latest
tag: nightly
agent:
minReplicas: 4
maxReplicas: 8
Expand Down
2 changes: 1 addition & 1 deletion example/helm/values-with-pyroscope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
logging:
level: debug
image:
tag: latest
tag: nightly
time_zone: Asia/Tokyo
server_config:
metrics:
Expand Down
2 changes: 1 addition & 1 deletion example/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
logging:
level: debug
image:
tag: latest
tag: nightly
server_config:
healths:
liveness:
Expand Down

0 comments on commit f4d702a

Please sign in to comment.