Skip to content

Commit

Permalink
Merge branch 'main' into refactor/main/for-release-v1.7.14
Browse files Browse the repository at this point in the history
Signed-off-by: Yusuke Kato <[email protected]>
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango committed Sep 23, 2024
2 parents 51a459c + bcebbdc commit a301e1a
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 51 deletions.
24 changes: 12 additions & 12 deletions charts/vald/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,13 +1075,13 @@ gateway:
name: wait-for-discoverer
target: discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-agent
target: agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "gateway.lb.env", "type": "array", "items": {"type": "object"}, "anchor": "env"}
# gateway.lb.env -- environment variables
Expand Down Expand Up @@ -1359,7 +1359,7 @@ gateway:
name: wait-for-gateway-lb
target: gateway-lb
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "gateway.filter.env", "type": "array", "items": {"type": "object"}, "anchor": "env"}
# gateway.filter.env -- environment variables
Expand Down Expand Up @@ -1647,7 +1647,7 @@ gateway:
name: wait-for-gateway-lb
target: gateway-lb
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "gateway.mirror.env", "type": "array", "items": {"type": "object"}, "anchor": "env"}
# gateway.mirror.env -- environment variables
Expand Down Expand Up @@ -3137,13 +3137,13 @@ manager:
name: wait-for-agent
target: agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-discoverer
target: discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "manager.index.env", "alias": "env"}
# manager.index.env -- environment variables
Expand Down Expand Up @@ -3299,13 +3299,13 @@ manager:
name: wait-for-agent
target: agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-discoverer
target: discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "manager.index.corrector.env", "alias": "env"}
# manager.index.corrector.env -- environment variables
Expand Down Expand Up @@ -3411,13 +3411,13 @@ manager:
name: wait-for-agent
target: agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-discoverer
target: discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "manager.index.creator.env", "alias": "env"}
# manager.index.creator.env -- environment variables
Expand Down Expand Up @@ -3520,13 +3520,13 @@ manager:
name: wait-for-agent
target: agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
- type: wait-for
name: wait-for-discoverer
target: discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
sleepDuration: 2
# @schema {"name": "manager.index.saver.env", "alias": "env"}
# manager.index.saver.env -- environment variables
Expand Down
8 changes: 4 additions & 4 deletions cmd/index/operator/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ operator:
containers:
- name: vald-readreplica-rotate
image: "vdaas/vald-readreplica-rotate:pr-2444"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-readreplica-rotate-config
mountPath: /etc/server/
Expand Down Expand Up @@ -335,7 +335,7 @@ operator:
containers:
- name: vald-index-creation
image: "vdaas/vald-index-creation:pr-2444"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-index-creation-config
mountPath: /etc/server/
Expand Down Expand Up @@ -450,7 +450,7 @@ operator:
containers:
- name: vald-index-save
image: "vdaas/vald-index-save:pr-2444"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-index-save-config
mountPath: /etc/server/
Expand Down Expand Up @@ -565,7 +565,7 @@ operator:
containers:
- name: vald-index-correction
image: "vdaas/vald-index-correction:pr-2444"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-index-correction-config
mountPath: /etc/server/
Expand Down
2 changes: 1 addition & 1 deletion example/manifest/scylla/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
containers:
- name: scylla-init
image: "cassandra:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion k8s/agent/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
containers:
- name: vald-agent
image: "vdaas/vald-agent-ngt:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion k8s/discoverer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
containers:
- name: vald-discoverer
image: "vdaas/vald-discoverer-k8s:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion k8s/external/minio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- name: minio
image: minio/minio
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- "/usr/bin/docker-entrypoint.sh"
- "server"
Expand Down
2 changes: 1 addition & 1 deletion k8s/external/minio/mb-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
containers:
- name: mc
image: minio/mc
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -c
Expand Down
6 changes: 3 additions & 3 deletions k8s/gateway/gateway/lb/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
initContainers:
- name: wait-for-discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -70,7 +70,7 @@ spec:
done
- name: wait-for-agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
containers:
- name: vald-lb-gateway
image: "vdaas/vald-lb-gateway:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions k8s/gateway/gateway/mirror/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
initContainers:
- name: wait-for-gateway-lb
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
containers:
- name: vald-mirror-gateway
image: "vdaas/vald-mirror-gateway:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions k8s/index/job/correction/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
initContainers:
- name: wait-for-agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -65,7 +65,7 @@ spec:
done
- name: wait-for-discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -78,7 +78,7 @@ spec:
containers:
- name: vald-index-correction
image: "vdaas/vald-index-correction:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-index-correction-config
mountPath: /etc/server/
Expand Down
6 changes: 3 additions & 3 deletions k8s/index/job/creation/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
initContainers:
- name: wait-for-agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -65,7 +65,7 @@ spec:
done
- name: wait-for-discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -78,7 +78,7 @@ spec:
containers:
- name: vald-index-creation
image: "vdaas/vald-index-creation:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-index-creation-config
mountPath: /etc/server/
Expand Down
6 changes: 3 additions & 3 deletions k8s/index/job/save/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
initContainers:
- name: wait-for-agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -65,7 +65,7 @@ spec:
done
- name: wait-for-discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -78,7 +78,7 @@ spec:
containers:
- name: vald-index-save
image: "vdaas/vald-index-save:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: vald-index-save-config
mountPath: /etc/server/
Expand Down
2 changes: 1 addition & 1 deletion k8s/index/operator/configmap.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion k8s/index/operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
containers:
- name: vald-index-operator
image: "vdaas/vald-index-operator:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions k8s/manager/index/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
initContainers:
- name: wait-for-agent
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -71,7 +71,7 @@ spec:
done
- name: wait-for-discoverer
image: busybox:stable
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
command:
- /bin/sh
- -e
Expand All @@ -93,7 +93,7 @@ spec:
containers:
- name: vald-manager-index
image: "vdaas/vald-manager-index:nightly"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion k8s/metrics/loki/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- args:
- -config.file=/etc/loki/loki.yaml
image: grafana/loki:2.0.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /ready
Expand Down
2 changes: 1 addition & 1 deletion k8s/metrics/loki/promtail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
image: grafana/promtail:1.5.0
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: promtail
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion k8s/metrics/profefe/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --profefe-hostport
- http://profefe:10100
image: profefe/kprofefe:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: kprofefe
restartPolicy: Never
serviceAccount: kprofefe
Expand Down
2 changes: 1 addition & 1 deletion k8s/metrics/pyroscope/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- "/tmp/config.yaml"
securityContext: {}
image: "pyroscope/pyroscope:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: api
containerPort: 4040
Expand Down
4 changes: 2 additions & 2 deletions k8s/metrics/tempo/tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: JAEGER_AGENT_PORT
value: ""
image: grafana/tempo:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: tempo
ports:
- containerPort: 3100
Expand All @@ -91,7 +91,7 @@ spec:
- name: JAEGER_AGENT_PORT
value: ""
image: grafana/tempo-query:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: tempo-query
ports:
- containerPort: 16686
Expand Down
Loading

0 comments on commit a301e1a

Please sign in to comment.