ci: tag provisioner and canary images in weekly helm release (#14829)

pull/14885/head
Trevor Whitney 6 months ago committed by GitHub
parent 1b860e2e95
commit c6dabb748e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/scripts/helm-weekly-release.sh

@ -88,7 +88,11 @@ validate_version_update "${new_chart_version}" "${current_chart_version}" "${lat
if ${k_release}; then if ${k_release}; then
update_yaml_node "${values_file}" .loki.image.tag "${latest_loki_tag}" update_yaml_node "${values_file}" .loki.image.tag "${latest_loki_tag}"
update_yaml_node "${values_file}" .lokiCanary.image.tag "${latest_loki_tag}"
update_yaml_node "${values_file}" .enterprise.image.tag "${latest_gel_tag}" update_yaml_node "${values_file}" .enterprise.image.tag "${latest_gel_tag}"
update_yaml_node "${values_file}" .enterprise.provisioner.image.tag "${latest_gel_tag}"
update_yaml_node "${chart_file}" .appVersion "$(extract_k_version "${latest_loki_tag}")" update_yaml_node "${chart_file}" .appVersion "$(extract_k_version "${latest_loki_tag}")"
fi fi

Loading…
Cancel
Save