Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resources:
postgresql-image:
type: oci-image
description: OCI image for PostgreSQL
upstream-source: ghcr.io/canonical/charmed-postgresql@sha256:85812300ad6e4933b7927030f54ef7415f49ec1218a2bc4d0b6881f2c2911baf # renovate: oci-image tag: 14.22-22.04_edge
upstream-source: ghcr.io/taurus-forever/charmed-postgresql:14.23-8

peers:
database-peers:
Expand Down
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S LD_LIBRARY_PATH=lib python3
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
# See LICENSE file for licensing details. test

"""Charmed Kubernetes Operator for the PostgreSQL database."""

Expand Down
2 changes: 1 addition & 1 deletion src/dependency.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {},
"name": "charmed-postgresql",
"upgrade_supported": "^14",
"version": "14.22"
"version": "14.23"
}
}
Loading