修改user模块skywalking版本号和拷贝必要抄件

This commit is contained in:
wulin 2023-12-04 20:32:37 +08:00
parent 9906777e8a
commit f8902862ae

View File

@ -23,12 +23,12 @@ spec:
spec:
initContainers:
- name: agent-container
image: apache/skywalking-java-agent:8.7.0-alpine
image: apache/skywalking-java-agent:9.0.0-java8
volumeMounts:
- name: skywalking-agent
mountPath: /agent
command: [ "/bin/sh" ]
args: [ "-c", "cp -R /skywalking/agent /agent/" ]
args: [ "-c", "cp -R /skywalking/agent /agent/ \\cp /skywalking/agent/optional-plugins/apm-nacos-client-2.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-cloud-gateway-3.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins" ]
imagePullSecrets:
- name: aliyun-hub-register #提前在项目下配置访问阿里云的账号密码
containers: