Skip to content

chore(helm): bump ravnar chart to 0.0.11#171

Merged
tylerpotts merged 1 commit into
mainfrom
chore/bump-ravnar-0.0.11
Jul 16, 2026
Merged

chore(helm): bump ravnar chart to 0.0.11#171
tylerpotts merged 1 commit into
mainfrom
chore/bump-ravnar-0.0.11

Conversation

@tylerpotts

Copy link
Copy Markdown
Contributor

Pulls in ravnar chart 0.0.11, which adds extraVolumes / extraVolumeMounts passthrough on the ravnar deployment (nebari-dev/ravnar#67).

Motivation: private-CA deployments. Ravnar's OIDCTokenValidator fetches the Keycloak issuer's openid-configuration with httpx at startup and crash-loops behind a private CA (SSL: CERTIFICATE_VERIFY_FAILED). With 0.0.11 the CA can be mounted and trusted entirely through values:

ravnar:
  extraEnv:
    SSL_CERT_FILE:
      value: /etc/ssl/nebari/ca.crt
  extraVolumes:
    - name: nebari-ca
      configMap:
        name: nebari-ca
  extraVolumeMounts:
    - name: nebari-ca
      mountPath: /etc/ssl/nebari
      readOnly: true

No umbrella chart changes needed beyond the dependency bump; the values schema does not restrict extra ravnar keys.

@tylerpotts
tylerpotts merged commit f91608d into main Jul 16, 2026
9 checks passed
@tylerpotts
tylerpotts deleted the chore/bump-ravnar-0.0.11 branch July 16, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant