简体   繁体   English

Helm 图表发布 github 操作失败,出现 422

[英]Helm chart release github action fails with 422

I'm trying to release this branch of my helm repo.我正在尝试发布我的 helm repo 的这个分支 But the charts release gh-action fails with 422. How can I fix this issue?但是图表发布 gh-action 失败并显示 422。我该如何解决这个问题?

The error message: https://github.com/linux-training-group-1/asset-registry-config/runs/4341586935?check_suite_focus=true错误信息: https://github.com/linux-training-group-1/asset-registry-config/runs/4341586935?check_suite_focus=true 在此处输入图像描述

I fixed the issue.我解决了这个问题。 It was with the name I put to the Helm Chart in Chart.yaml.它是我在 Chart.yaml 中放入 Helm Chart 的名称。 Apparently the chart release GitHub action takes the release tag from the chart name.显然,图表发布 GitHub 操作从图表名称中获取发布标签。 Therefore Chart name cannot have spaces in it.因此图表名称中不能有空格。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Helm unittest 在我的机器上工作,但在父 helm chart 的 github 操作中不起作用。 相关图表工作正常 - Helm unittest works on my machine but not in github action for parent helm chart. dependent charts work fine Helm Chart 发布官方 AIrflow - Helm Chart Release Official AIrflow 在 github action 中测试 helm charts - Testing helm charts in github action 大使舵图升级失败,资源已存在于集群中且未在上一版本错误中定义 - Ambassador helm chart upgrade fails with resource already exists in the cluster and wasn't defined in the previous release error helm get 获取发布图表的语法 - helm get syntax for getting the chart of a release 删除具有图表名称但不具有发布名称的头盔 - Delete helm with Chart name but not with Release name Terraform helm_release 在设置标签上失败 - Terraform helm_release fails on set labels 将 Github HELM 图表转换为标准的 Kube.netes 清单? - Convert Github HELM chart into standard Kubernetes manifests? uninstall: Release not loaded: new: release: not found, 使用 helm 3 部署的图表 - uninstall: Release not loaded: new: release: not found, chart deployed using helm 3 使用 helm chart 安装 Couchbase 失败并出现 Readiness 探针 - Installing Couchbase with helm chart fails with Readiness probe
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM