chore: bump chart version to 0.1.2#42
Merged
oren-openteams merged 1 commit intoJul 7, 2026
Merged
Conversation
pmeier
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
Chart.yamlversion0.1.1 -> 0.1.2to trigger the release workflow and publishnebari-nebi-pack-0.1.2.What's in this release (vs
0.1.1)One merged PR since the last release:
Discovery url fix(closes #18)Adds a smart default for
auth.oidc.discoveryURLvia a newnebari-nebi-pack.oidcDiscoveryURLhelper. When unset, auto-derives tohttp://<keycloak.serviceHost>/realms/<keycloak.realm>— matching the codecentric/keycloakx Service naming convention that ships with Nebari (keycloak-keycloakx-http.keycloak.svc.cluster.local:8080). Adds two new optional values (keycloak.serviceHost,keycloak.realm) with sensible defaults. Existing consumers that explicitly setauth.oidc.discoveryURLcontinue to work unchanged; new consumers get a working default out of the box.Backwards compatibility: no breaking changes. Existing values (
auth.oidc.discoveryURL,auth.oidc.issuerURL, etc.) continue to work exactly as before. The new defaults only apply when the corresponding explicit values are unset.Downstream test evidence: validated on a deployment via ArgoCD (see PR #34 comment thread). The default helper renders the same in-cluster URL that downstream deployments have been hardcoding, and nebi initializes cleanly against it.