diff --git a/src/nebari_plugin_self_registration/__about__.py b/src/nebari_plugin_self_registration/__about__.py index 311f216..6561790 100644 --- a/src/nebari_plugin_self_registration/__about__.py +++ b/src/nebari_plugin_self_registration/__about__.py @@ -1 +1 @@ -__version__ = "0.0.14" +__version__ = "0.0.15" diff --git a/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/Chart.yaml b/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/Chart.yaml index fad4ed8..33c2aca 100644 --- a/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/Chart.yaml +++ b/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.16 +version: 0.0.17 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.14" +appVersion: "0.0.15" diff --git a/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/values.yaml b/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/values.yaml index f27019c..3c905ac 100644 --- a/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/values.yaml +++ b/src/nebari_plugin_self_registration/terraform/modules/self-registration/chart/values.yaml @@ -7,7 +7,7 @@ image: repository: quay.io/nebari/nebari-self-registration pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "20241023-1753" + tag: "20241025-1410" imagePullSecrets: [] nameOverride: ""