修改inject helm chart name

This commit is contained in:
linxin
2023-08-11 18:56:28 +08:00
committed by fumingwei
parent 1a5dfaa677
commit 7fb9fff977
2 changed files with 4 additions and 1 deletions

View File

@@ -29,3 +29,6 @@
- name: "change chart verison to /opt/tsg/clixon/etc/mgnt-srv.conf"
shell: sed -i 's/chart_name=.*$/chart_name=traffic-engine-{{helm_chart_ver}}.tgz/g' /opt/tsg/clixon/etc/mgnt-srv.conf
- name: "change inject_adapter chart verison to /opt/tsg/clixon/etc/mgnt-srv.conf"
shell: sed -i 's/chart_name=.*$/chart_name=inject-adapter-{{helm_chart_ver}}.tgz/g' /opt/tsg/clixon/etc/mgnt-srv.conf

View File

@@ -1,5 +1,5 @@
apiVersion: v2
name: helm
name: inject-adapter
description: A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.