Skip to content

Commit

Permalink
🐛 Update the postgresql image tag.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon committed Mar 28, 2024
1 parent a655b3b commit b839d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/konveyor-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
- name: RELATED_IMAGE_TACKLE_HUB
value: quay.io/konveyor/tackle2-hub:latest
- name: RELATED_IMAGE_TACKLE_POSTGRES
value: quay.io/centos7/postgresql-12-centos7:latest
value: quay.io/centos7/postgresql-12-centos7:centos7
- name: RELATED_IMAGE_KEYCLOAK_SSO
value: quay.io/keycloak/keycloak:18.0.2-legacy
- name: RELATED_IMAGE_KEYCLOAK_INIT
Expand Down Expand Up @@ -354,7 +354,7 @@ spec:
name: oauth-proxy
- image: quay.io/konveyor/tackle2-hub:latest
name: tackle-hub
- image: quay.io/centos7/postgresql-12-centos7:latest
- image: quay.io/centos7/postgresql-12-centos7:centos7
name: tackle-postgres
- image: quay.io/keycloak/keycloak:18.0.2-legacy
name: keycloak-sso
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images:
operator: quay.io/konveyor/tackle2-operator:latest
oauth_proxy: quay.io/openshift/origin-oauth-proxy:latest
tackle_hub: quay.io/konveyor/tackle2-hub:latest
tackle_postgres: quay.io/centos7/postgresql-12-centos7:latest
tackle_postgres: quay.io/centos7/postgresql-12-centos7:centos7
keycloak_sso: quay.io/keycloak/keycloak:18.0.2-legacy
keycloak_init: quay.io/konveyor/tackle-keycloak-init:latest
tackle_ui: quay.io/konveyor/tackle2-ui:latest
Expand Down

0 comments on commit b839d5d

Please sign in to comment.