-
Notifications
You must be signed in to change notification settings - Fork 57
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
Stable releases? #843
Comments
I am in the same boat as Henrik. This is our latest working release: apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: testkube
spec:
interval: 5m
install:
crds: CreateReplace
upgrade:
crds: CreateReplace
chart:
spec:
chart: testkube
version: 1.17.20
sourceRef:
kind: HelmRepository
name: testkube
# https://github.com/kubeshop/helm-charts/blob/develop/charts/testkube/values.yaml
values:
global:
imageRegistry: ${testkube_image_registry:=docker.io} |
hey, guys! Sorry, we had a testkube application bug in a few latest releases we didn't note, around 1.17.25, it was fixed in 1.17.33 regarding CRD issues, do I understand right, that this is related to test workflow template resource creation? It should be done in Helm post hook @tkonieczny |
Let me just spin up a cluster and give you the precise error, ~30min. |
thank you! |
This is on a clean minikube cluster Same result on a cloud provided cluster |
I see, this is what I thought about. Let us check it outt |
temp workround is to exclude this folder from installation https://github.com/kubeshop/helm-charts/tree/develop/charts/testkube-api/templates/testworkflows/builtin-templates |
@henrik-farre released a fix for help. can you try it now? |
Give me ~10min |
Works better in minikube, testing in cloud |
We are still investigating problems in cloud cluster, I will update this issue next week when I had time to debug |
sure, ping us when you have more info. thank you! |
should be fixed |
We also use GitOps (not ArgoCD) and it looks like our problem is CRDs not being created. It also looks like other people have reported this #711 kubeshop/testkube#5280 #627 Keep this closed, I will create a new issue if needed. |
yes, please, open a separated issue with errors from ArgoCD @henrik-farre |
Describe the enhancement you'd like to see
Current I'm trying to upgrade to a newer version of the helm chart, but I keep running into issues. Some of the versions can't install because of CRD issues, other times it is the testkube application that givens an error.
When I look at the releases for the helm chart I do not see any release notes that indicate I have to change anything or do something special to upgrade.
Currently I'm at helm chart 1.7.15 and have tried versions up until 1.7.48 (also clean installs).
Are all these versions development or pre-releases?
I would very much like to see stable releases with changelogs ❤️
The text was updated successfully, but these errors were encountered: