Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #2516 to release/v1.7 for bugfix/example/change-default-image-tag #2518

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading