Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Release does not belong to HelmRelease, this may be an indication that multiple HelmReleases with the same release name exist. #81

Closed
mar1n3r0 opened this issue Oct 21, 2019 · 4 comments
Labels
blocked needs validation In need of validation before further action bug Something isn't working

Comments

@mar1n3r0
Copy link

Describe the bug
A clear and concise description of what the bug is.
The automated deployment stopped working. The status of the helmRelease is deployed but it doesn't detect changes in image versions from docker repository.
To Reproduce
Steps to reproduce the behaviour:
https://github.com/fluxcd/helm-operator-get-started

Expected behavior
The automated releases based on image versions to work.
Logs
If applicable, please provide logs. In a standard stand-alone installation, you'd get this by running kubectl logs -n default deploy/flux-helm-operator.

textPayload: "ts=2019-10-21T13:17:31.407051541Z caller=chartsync.go:374 component=chartsync warning="release 'office-hub-stg' does not belong to HelmRelease, this may be an indication that multiple HelmReleases with the same release name exist" resource=stg:helmrelease/office-hub-stg

Additional context
Add any other context about the problem here, e.g

  • Helm operator version: 1.14.2
  • Kubernetes version: 1.13.7-gke.24
  • Git provider: Bitbucket
  • Container registry provider: Docker Hub
@mar1n3r0 mar1n3r0 added blocked needs validation In need of validation before further action bug Something isn't working labels Oct 21, 2019
@hiddeco
Copy link
Member

hiddeco commented Oct 21, 2019

Helm operator version: 1.14.2

This is likely your Flux version, and not the Helm operator version you are running. There has been a fix (#56) for the behaviour you are describing in the second latest release (1.0.0-rc2).

@mar1n3r0
Copy link
Author

Thanks do you know how can I view the Helm operator version currently running ?

@stefanprodan
Copy link
Member

We use the version to tag the container image: kubectl -n flux get deploy/flux-helm-operator -oyaml | grep image

@mar1n3r0
Copy link
Author

An upgrade to 1.0.0-rc2 did indeed solve the issue. Marking this as resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked needs validation In need of validation before further action bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants