better-orange-49102
03/21/2022, 8:19 AMbetter-orange-49102
03/21/2022, 8:32 AMimagePullSecrets:
- name: <name of secret>
at the top of the values.yaml in the main chart works for the setupJobsbetter-orange-49102
03/21/2022, 9:08 AMmodern-monitor-81461
03/21/2022, 10:51 AMimagePullSecrets is used. You can see that it is used at the root of its own values files.modern-monitor-81461
03/21/2022, 10:53 AMdatahub-frontend, just like image as shown here.better-orange-49102
03/21/2022, 10:56 AMmodern-monitor-81461
03/21/2022, 10:56 AMmodern-monitor-81461
03/21/2022, 10:59 AMbetter-orange-49102
03/23/2022, 7:37 AMhelm update datahub/datahub -f values.yaml --namespace <mynamespace>
also pull in the changes in the subchart? or do i need to include the changed files in the helm update command as wellbetter-orange-49102
03/23/2022, 7:52 AMmodern-monitor-81461
03/23/2022, 6:35 PMdependencies:
- name: datahub
version: 0.2.62
is referencing datahub, and that chart also does the same for its subcharts, it will by-pass your mods unless you delete the archive. Then it might look at the folder if it cannot find the archive. You should try deleting the tar and make a change that will break the deployment for example... then you'll know that your mods are being read. 😉 . Worst case, you can re-create the archive and helm will not download the archive unless you issue a helm pull datahub/datahub or any other chart.
But in short, what you want to do is possible and I've done it many times. Just need to find the proper sequence of actions.