Skip to content

Commit

Permalink
Change default image tag from latest to nightly (#2516)
Browse files Browse the repository at this point in the history
* fix: change default image tag for example

Signed-off-by: hlts2 <[email protected]>

* fix: change default image tag for values

Signed-off-by: hlts2 <[email protected]>

---------

Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Jun 20, 2024
1 parent e6f7db4 commit 3edc428
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 3edc428

Please sign in to comment.