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

Previous helm chart versions not available #1136

Closed
3 tasks done
Alex011274 opened this issue Nov 29, 2022 · 6 comments · Fixed by #1183
Closed
3 tasks done

Previous helm chart versions not available #1136

Alex011274 opened this issue Nov 29, 2022 · 6 comments · Fixed by #1183
Assignees

Comments

@Alex011274
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

Bug Summary

Hello,
I faced the same problem as in the issue #1053
It was fixed in #1087, but now it has broken again.
This seems to be the cause of the problem: 262f34c

Could you please fix it?

AWX Operator version

0.30.0

AWX version

21.7.0

Kubernetes platform

kubernetes

Kubernetes/Platform version

Doesn't depend on kubernetes version

Modifications

yes

Steps to reproduce

$ helm search repo awx-operator -l
NAME                     	CHART VERSION	APP VERSION	DESCRIPTION                      
awx-operator/awx-operator	1.1.0        	1.1.0      	A Helm chart for the AWX Operator

Expected results

all previous versions should be available with the helm search command.

Actual results

NAME                     	CHART VERSION	APP VERSION	DESCRIPTION                      
awx-operator/awx-operator	1.1.0        	1.1.0      	A Helm chart for the AWX Operator

Additional information

No response

Operator Logs

No response

@djyasin
Copy link
Member

djyasin commented Nov 30, 2022

Hello @Alex011274,
Thank you for bringing this to our attention. We will investigate this further and get back to you!

@miles-w-3
Copy link
Contributor

Index.yaml indeed only has the lastest chart link - https://github.com/ansible/awx-operator/blob/gh-pages/index.yaml

@janorn and @rooftopcellist, I don’t think the changes from this commit are being propagated to index.yaml
#1065

@miles-w-3
Copy link
Contributor

I believe the helm-index target defined here has to be called during the promote pipeline here

@skattaa
Copy link

skattaa commented Dec 7, 2022

facing the same problem .. with each newer version , I can't see the older ones !

@miles-w-3
Copy link
Contributor

yep, the make target that copies all previous tags into the index.yaml file is not being run

@kristofre
Copy link

Confirming that the issue still exists with the current release. This is hurting any automation use case with fixed versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment