-
Notifications
You must be signed in to change notification settings - Fork 3
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
services "backend-cosv" already exists
when deploying with helm
#2974
Labels
DevOps
DevOps tasks
Comments
Release "save-cloud" does not exist. Installing it now.
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.
coalesce.go:286: warning: cannot overwrite table with non table for save-cloud.neo4j.volumes.data.selector (map[accessModes:[ReadWriteOnce] requests:map[storage:100Gi] selectorTemplate:map[matchLabels:map[app:{{ .Values.neo4j.name }} helm.neo4j.com/volume-role:data]] storageClassName:manual])
W1101 17:10:46.624025 300848 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1101 17:11:14.301874 300848 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
Error: 1 error occurred:
* services "backend-cosv" already exists $ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
save-cloud save-cloud 1 2024-11-01 17:10:43.4384313 +0300 MSK failed save-cloud-0.2.1+1217 0.3.0-SNAPSHOT |
This was referenced Nov 1, 2024
Fixed with #2984. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit f27f119 prevents the platform from being deployed with
helm
, the error message being:services "backend-cosv" already exists
0.2.1+1200
..0.2.1+1217
feature/untested-release
branch)0.4.0-alpha.0.433-f27f119
..0.4.0-alpha.0.472-877c276
configmaps "backend-cosv-config" already exists
when deploying withhelm
#2975The text was updated successfully, but these errors were encountered: