Skip to content

Commit 8510471

Browse files
committed
fix the image name in the Helm chart values.yml
1 parent e80d4ee commit 8510471

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

operator/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ quarkus:
4545
# Container Image config for Kubernetes Helm #
4646
container-image:
4747
registry: ghcr.io
48-
group: aboutbits/postgresql-operator
49-
name: app
48+
group: aboutbits
49+
name: postgresql-operator
5050
tag: ${quarkus.application.version}
5151
helm:
5252
app-version: ${quarkus.application.version}

0 commit comments

Comments
 (0)