-
Notifications
You must be signed in to change notification settings - Fork 390
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
BinderHub reported version is always .dirty
#1621
Comments
DiagnosisI did +++ b/helm-chart/binderhub/Chart.yaml
@@ -1,7 +1,7 @@
# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
apiVersion: v2
name: binderhub
-version: 0.0.1-set.by.chartpress
+version: 1.0.0-0.dev.git.3020.h9f545b7
dependencies:
# Source code: https://github.com/jupyterhub/zero-to-jupyterhub-k8s
# Latest version: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
diff --git a/helm-chart/binderhub/values.yaml b/helm-chart/binderhub/values.yaml
index 131472e..50fcf1a 100644
--- a/helm-chart/binderhub/values.yaml
+++ b/helm-chart/binderhub/values.yaml
@@ -18,7 +18,7 @@ tolerations: []
image:
name: jupyterhub/k8s-binderhub
- tag: "set-by-chartpress"
+ tag: "1.0.0-0.dev.git.3020.h9f545b7"
pullPolicy: ""
pullSecrets: []
@@ -320,16 +320,14 @@ ingress:
type: kube-lego
hosts: []
ingressClassName:
- annotations:
- {}
+ annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
pathSuffix:
# Suffix added to Ingress's routing path pattern.
# Specify `*` if your ingress matches path by glob pattern.
pathType: Prefix
- tls:
- []
+ tls: []
# Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts: From my logs from chartpress, I see that Chart.yaml was written to early, while values.yaml was written to late.
The version reported it set by versioneer in https://github.com/jupyterhub/binderhub/blob/main/binderhub/_version.py, we have done If we would do I'm not sure what makes sense to do. |
Bug description
The reported BinderHub version in the
/versions
endpoint on K8s always has the.dirty
suffixExpected behaviour
"binderhub": "0.2.0+1142.g2811d52"
Actual behaviour
https://gke.mybinder.org/versions
The text was updated successfully, but these errors were encountered: