Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Aug 30, 2024
1 parent a5fa998 commit 6efbaad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions internal/controller/operator/factory/vmagent/vmagent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ volumes:
initcontainers: []
containers:
- name: vmagent
image: vm-repo:v1.97.1
image: docker.io/vm-repo:v1.97.1
args:
- -httpListenAddr=:8429
- -remoteWrite.maxDiskUsagePerURL=1073741824
Expand Down Expand Up @@ -1959,7 +1959,7 @@ volumes:
secretname: vmagent-agent
initcontainers:
- name: config-init
image: vmcustomer:v1
image: docker.io/vmcustomer:v1
args:
- --reload-url=http://localhost:8429/-/reload
- --config-envsubst-file=/etc/vmagent/config_out/vmagent.env.yaml
Expand All @@ -1972,7 +1972,7 @@ initcontainers:
mountpath: /etc/vmagent/config_out
containers:
- name: config-reloader
image: vmcustomer:v1
image: docker.io/vmcustomer:v1
args:
- --reload-url=http://localhost:8429/-/reload
- --config-envsubst-file=/etc/vmagent/config_out/vmagent.env.yaml
Expand Down Expand Up @@ -2025,7 +2025,7 @@ containers:
terminationgraceperiodseconds: null
terminationmessagepolicy: FallbackToLogsOnError
- name: vmagent
image: victoriametrics/vmagent:v1.97.1
image: docker.io/victoriametrics/vmagent:v1.97.1
args:
- -httpListenAddr=:8429
- -promscrape.config=/etc/vmagent/config_out/vmagent.env.yaml
Expand Down
8 changes: 4 additions & 4 deletions internal/controller/operator/factory/vmauth/vmauth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ volumes:
sizelimit: null
initcontainers:
- name: config-init
image: vmcustom:config-reloader-v0.35.0
image: docker.io/vmcustom:config-reloader-v0.35.0
args:
- --reload-url=http://localhost:8429/-/reload
- --config-envsubst-file=/opt/vmauth/config.yaml
Expand All @@ -226,7 +226,7 @@ initcontainers:
mountpath: /opt/vmauth
containers:
- name: vmauth
image: vm-repo:v1.97.1
image: docker.io/vm-repo:v1.97.1
imagepullpolicy: IfNotPresent
args:
- -auth.config=/opt/vmauth/config.yaml
Expand Down Expand Up @@ -270,7 +270,7 @@ containers:
failurethreshold: 10
terminationmessagepolicy: FallbackToLogsOnError
- name: config-reloader
image: vmcustom:config-reloader-v0.35.0
image: docker.io/vmcustom:config-reloader-v0.35.0
args:
- --reload-url=http://localhost:8429/-/reload
- --config-envsubst-file=/opt/vmauth/config.yaml
Expand Down Expand Up @@ -362,7 +362,7 @@ initcontainers:
mountpath: /opt/vmauth
containers:
- name: vmauth
image: vm-repo:v1.97.1
image: docker.io/vm-repo:v1.97.1
imagepullpolicy: IfNotPresent
args:
- -auth.config=/opt/vmauth/config.yaml
Expand Down

0 comments on commit 6efbaad

Please sign in to comment.