kerberos-io / helm-charts

All Kerberos.io helm charts in a single place
3 stars 1 forks source link

convert to string + upgrade to 0.67.0 #10

Closed cedricve closed 3 weeks ago

cedricve commented 3 weeks ago

Description

Motivation

The primary motivation for this pull request is to ensure that all values in the Helm chart are strings where required. This can help prevent potential issues with type mismatches in the configuration. Additionally, upgrading the chart version to 0.67.0 ensures that users are aware of this change and can benefit from any other improvements or fixes included in this new version.

Changes

  1. Version Upgrade:

    • Updated the chart version in charts/hub/Chart.yaml from 0.66.0 to 0.67.0.
  2. Configuration Update:

    • Converted the value of nginx.ingress.kubernetes.io/enable-cors in charts/hub/templates/kerberos-hub/hub-api.yaml from a boolean to a string (true to "true").

Benefits

This pull request improves the overall stability and maintainability of the project by enforcing consistent data types and keeping the versioning clear and up-to-date.