mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #67190 from mborsz/hollow
Automatic merge from submit-queue (batch tested with PRs 67017, 67190, 67110, 67140, 66873). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Use gcr.io/k8s-testimages/logexporter:v0.1.2. **What this PR does / why we need it**: Changes a version of logexporter used in our tests. Version v0.1.2 contains fixes from https://github.com/kubernetes/test-infra/pull/8978 to help debugging #67120 ```release-note NONE ``` /assign @shyamjvs
This commit is contained in:
commit
29e167e8cc
@ -36,7 +36,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: logexporter-test
|
||||
image: k8s.gcr.io/logexporter:v0.1.1
|
||||
image: gcr.io/k8s-testimages/logexporter:v0.1.2
|
||||
env:
|
||||
- name: NODE_NAME
|
||||
valueFrom:
|
||||
|
Loading…
Reference in New Issue
Block a user