diff --git a/docker/app/static/logo.png b/docker/app/static/logo.png index ade4239..6ed7f8d 100644 Binary files a/docker/app/static/logo.png and b/docker/app/static/logo.png differ diff --git a/src/nebari_plugin_self_registration/__about__.py b/src/nebari_plugin_self_registration/__about__.py index 81f0fde..b1a19e3 100644 --- a/src/nebari_plugin_self_registration/__about__.py +++ b/src/nebari_plugin_self_registration/__about__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.0.5" 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 ace85d7..dfe57f1 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.13 +version: 0.0.14 # 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.4" +appVersion: "0.0.5" 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 a540e06..aa07677 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: ghcr.io/metrostar/nebari-self-registration pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "20240119-1720" + tag: "20240209-2042" imagePullSecrets: [] nameOverride: ""