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

services "backend-cosv" already exists when deploying with helm #2974

Closed
0x6675636b796f75676974687562 opened this issue Nov 1, 2024 · 2 comments · Fixed by #2984
Closed
Assignees
Labels
DevOps DevOps tasks

Comments

@0x6675636b796f75676974687562
Copy link
Member

0x6675636b796f75676974687562 commented Nov 1, 2024

Commit f27f119 prevents the platform from being deployed with helm, the error message being:

services "backend-cosv" already exists
@0x6675636b796f75676974687562
Copy link
Member Author

0x6675636b796f75676974687562 commented Nov 1, 2024

helm 3.16.2 output:

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

@0x6675636b796f75676974687562
Copy link
Member Author

Fixed with #2984.

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

Successfully merging a pull request may close this issue.

1 participant