Skip to content

Commit

Permalink
Python Package and default image version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kenafoster committed Sep 26, 2024
1 parent d036d40 commit abbb1c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/nebari_plugin_self_registration/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.12"
__version__ = "0.0.13"
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.0.16
# 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.12"
appVersion: "0.0.13"
Original file line number Diff line number Diff line change
Expand Up @@ -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: "20240515-1204"
tag: "20240926-1841"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit abbb1c7

Please sign in to comment.