Skip to content

Commit

Permalink
update coredb-pgslim to latest version (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson authored Jun 27, 2023
1 parent 00b8791 commit f7741f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/coredb-operator/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
type: object
type: array
image:
default: quay.io/coredb/coredb-pg-slim:32478b8
default: quay.io/coredb/coredb-pg-slim:f57e860
type: string
metrics:
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion coredb-operator/src/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn default_port() -> i32 {
}

pub fn default_image() -> String {
"quay.io/coredb/coredb-pg-slim:32478b8".to_owned()
"quay.io/coredb/coredb-pg-slim:f57e860".to_owned()
}

pub fn default_storage() -> Quantity {
Expand Down

0 comments on commit f7741f8

Please sign in to comment.