Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The documented upgrade process no longer works #2964

Closed
0x6675636b796f75676974687562 opened this issue Oct 28, 2024 · 1 comment
Closed

The documented upgrade process no longer works #2964

0x6675636b796f75676974687562 opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
DevOps DevOps tasks documentation Improvements or additions to documentation

Comments

@0x6675636b796f75676974687562
Copy link
Member

Running

helm upgrade save-cloud oci://ghcr.io/saveourtool/save-cloud --version=$CHART_VERSION -f values-cce.yaml -f values-images.yaml

results in the following error:

Pulled: ghcr.io/saveourtool/save-cloud:0.2.1_1217
Digest: sha256:34a2730379069f24818e40fe9891c8de2a88256d261c6f6209163788fc8c94a7
ghcr.io/saveourtool/save-cloud:0.2.1_1217 contains an underscore.

OCI artifact references (e.g. tags) do not support the plus sign (+). To support
storing semantic versions, Helm adopts the convention of changing plus (+) to
an underscore (_) in chart version tags when pushing to a registry and back to
a plus (+) when pulling from a registry.
W1028 20:12:19.112156 1085276 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1028 20:12:19.415975 1085276 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1028 20:12:19.725287 1085276 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
Error: UPGRADE FAILED: cannot patch "backend-cosv" with kind Service: Service "backend-cosv" is invalid: metadata.resourceVersion: Invalid value: "": must be specified for an update

So either this is a new problem, or the documentation is incorrect.

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 changed the title The documented upgrade process doesn't work The documented upgrade process no longer works Oct 28, 2024
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 added bug Something isn't working documentation Improvements or additions to documentation DevOps DevOps tasks and removed bug Something isn't working labels Oct 31, 2024
@0x6675636b796f75676974687562
Copy link
Member Author

Duplicate of #2965.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps DevOps tasks documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant