Skip to content

Commit

Permalink
chore(Metabase): bump version to 0.46.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Jul 24, 2023
1 parent 784f5a6 commit e9db445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import io.fabric8.kubernetes.model.annotation.Version
class Metabase : CustomResource<MetabaseSpec, MetabaseStatus>(), Namespaced {
companion object {
const val APP_NAME = "metabase"
const val APP_VERSION = "0.46.5"
const val APP_VERSION = "0.46.6.1"
}

object Postgres : PostgresNameMapper<Metabase>() {
Expand Down

0 comments on commit e9db445

Please sign in to comment.