我有总括图
我只想通过更改图像来升级一个特定的图表。我已在values.yaml中更改了图像,并尝试$ helm升级nkcscf nkcscf /它没有升级?有没有办法升级唯一的头盔图?
nkcscf/
├── charts
│ ├── coredisp-18.5.0-PI.2.IT.2-3.tgz
│ ├── gmdisp-18.5.0-PI.2.IT.2-3.tgz
│ ├── icscf-18.5.0-PI.2.IT.2-3.tgz
│ ├── mastericm-18.5.0-PI.2.IT.2-3.tgz
│ ├── pcscf-18.5.0-PI.2.IT.2-3.tgz
│ └── scscf-18.5.0-PI.2.IT.2-3.tgz
├── Chart.yaml
├── example-values.yaml
├── LICENSE
├── OWNERS
├── README.md
├── requirements.lock
├── requirements.yaml
├── templates
│ ├── _helpers.tpl
│ └── pvc.yaml
└── values.yaml
Part of values.yaml file.
{{
scscf:
required: true
global:
scscf_image:
name: scscf
tag: NODB
icscf:
required: true
global:
icscf_image:
name: icscf
tag: NODB
在每个图表中,我有多个容器,在所有从属图表中共有1个容器。有什么办法可以通过最新的常用容器映像仅升级特定图表?