diff --git a/README.md b/README.md index 4ebeb019..186602e2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The application is being developed as an open source solution. - .Net 7 - Node.JS v13.7.0 or newer -- PostgreSQL 10 +- PostgreSQL 16 ## Dependencies diff --git a/openshift/api-build-config.yaml b/openshift/api-build-config.yaml index a0986f77..d243a620 100644 --- a/openshift/api-build-config.yaml +++ b/openshift/api-build-config.yaml @@ -29,7 +29,7 @@ objects: - apiVersion: v1 kind: ImageStream metadata: - name: postgresql-10-rhel8 + name: postgresql-16-rhel8 labels: shared: "true" spec: @@ -39,7 +39,7 @@ objects: - annotations: null from: kind: DockerImage - name: registry.redhat.io/rhel8/postgresql-10 + name: registry.redhat.io/rhel8/postgresql-16:1-42.1741813436 name: "1" referencePolicy: type: Local diff --git a/openshift/api-deploy-config.yaml b/openshift/api-deploy-config.yaml index f29d93f3..f7c9ea96 100644 --- a/openshift/api-deploy-config.yaml +++ b/openshift/api-deploy-config.yaml @@ -144,16 +144,6 @@ objects: defaultMode: 420 name: api-appsettings-${ENV} test: false - triggers: - - imageChangeParams: - automatic: true - containerNames: - - api - from: - kind: ImageStreamTag - name: ${NAME}:${VERSION} - type: ImageChange - - type: ConfigChange - apiVersion: v1 #service: api kind: Service metadata: diff --git a/openshift/client-deploy-config.yaml b/openshift/client-deploy-config.yaml index 271e0c1f..da8c3b27 100644 --- a/openshift/client-deploy-config.yaml +++ b/openshift/client-deploy-config.yaml @@ -74,16 +74,6 @@ objects: - name: APP_NAME value: ${PROJECT_NAME} test: false - triggers: - - imageChangeParams: - automatic: true - containerNames: - - client - from: - kind: ImageStreamTag - name: ${NAME}:${VERSION} - type: ImageChange - - type: ConfigChange - apiVersion: v1 kind: Service metadata: diff --git a/openshift/pdf-deploy-config.yaml b/openshift/pdf-deploy-config.yaml index 9ffc279b..8eeff321 100644 --- a/openshift/pdf-deploy-config.yaml +++ b/openshift/pdf-deploy-config.yaml @@ -72,16 +72,6 @@ objects: path: "/" port: 8080 test: false - triggers: - - imageChangeParams: - automatic: true - containerNames: - - pdf - from: - kind: ImageStreamTag - name: ${NAME}:${VERSION} - type: ImageChange - - type: ConfigChange - apiVersion: v1 #service: pdf kind: Service metadata: diff --git a/openshift/postgresql-deploy-config.yaml b/openshift/postgresql-deploy-config.yaml index 86d5600e..5d3774cd 100644 --- a/openshift/postgresql-deploy-config.yaml +++ b/openshift/postgresql-deploy-config.yaml @@ -96,19 +96,8 @@ objects: volumes: - name: "${NAME}-${ENV}-data" persistentVolumeClaim: - claimName: ${NAME}-${ENV}-pvc + claimName: ${NAME}-${ENV}-psql16-pvc test: false - triggers: - - type: ConfigChange - - imageChangeParams: - automatic: true - containerNames: - - ${NAME}-${ENV} - from: - kind: ImageStreamTag - name: ${IMAGE_STREAM_TAG} - namespace: e82e9a-tools - type: ImageChange - kind: PersistentVolumeClaim apiVersion: v1 metadata: @@ -166,7 +155,7 @@ parameters: - description: ImageStreamTag displayName: ImageStreamTag name: IMAGE_STREAM_TAG - value: "postgresql-10-rhel8:1" + value: "postgresql-16-rhel8:1" - name: POSTGRESQL_DATABASE_NAME displayName: PostgreSQL Database Name description: The name of the PostgreSQL database.