Skip to content

Commit

Permalink
Merge pull request #32 from xenit-eu/XM2C-54
Browse files Browse the repository at this point in the history
XM2C-54 Update image* properties to be in line with kubernetes deploy…
  • Loading branch information
JoostDeCupere authored Oct 31, 2022
2 parents 30c448a + 8d2e928 commit 1668b23
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 66 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[XM2C-30]
* added checksum of configmap and secrets for deployment for **Automatically Roll Deployments**
* changed mq default strategy from RollingUpdate to Recreate because of conflict in updating

[XM2C-54]
* Rename all `image.repository` properties to `image`
* Rename all `image.pullPolicy` properties to `imagePullPolicy`
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ For more information take a look at
* Default: `2`
* Description: The number of pods that will be running

#### `acs.image.repository`
#### `acs.image`

* Required: true
* Default: xenit/alfresco-repository-community:7.2.0
* Description: The repository of the docker image that will be used

#### `acs.image.pullPolicy`
#### `acs.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -418,13 +418,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `digitalWorkspace.image.repository`
#### `digitalWorkspace.image`

* Required: true
* Default: `quay.io/alfresco/alfresco-digital-workspace:2.4.2-adw`
* Description: The repository of the docker image that will be used

#### `digitalWorkspace.image.pullPolicy`
#### `digitalWorkspace.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -501,13 +501,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `share.image.repository`
#### `share.image`

* Required: true
* Default: `xenit/alfresco-share-community:7.0`
* Description: The repository of the docker image that will be used

#### `share.image.pullPolicy`
#### `share.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -592,13 +592,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `mq.image.repository`
#### `mq.image`

* Required: true
* Default: `alfresco/alfresco-activemq:5.16.1`
* Description: The repository of the docker image that will be used

#### `mq.image.pullPolicy`
#### `mq.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -669,13 +669,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `postgresql.image.repository`
#### `postgresql.image`

* Required: true
* Default: `docker.io/xenit/postgres:9.6.23`
* Description: The repository of the docker image that will be used

#### `postgresql.image.pullPolicy`
#### `postgresql.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -746,13 +746,13 @@ For more information take a look at
* Default: `2`
* Description: The number of pods that will be running

#### `solr.image.repository`
#### `solr.image`

* Required: true
* Default: `hub.xenit.eu/alfresco-enterprise/alfresco-solr6:2.0.2`
* Description: The repository of the docker image that will be used

#### `solr.image.pullPolicy`
#### `solr.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -825,13 +825,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `transformServices.sharedFileStore.image.repository`
#### `transformServices.sharedFileStore.image`

* Required: true
* Default: `quay.io/alfresco/alfresco-shared-file-store:0.16.0`
* Description: The repository of the docker image that will be used

#### `transformServices.sharedFileStore.image.pullPolicy`
#### `transformServices.sharedFileStore.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -896,13 +896,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `transformServices.transformCoreAio.image.repository`
#### `transformServices.transformCoreAio.image`

* Required: true
* Default: `alfresco/alfresco-transform-core-aio`
* Description: The repository of the docker image that will be used

#### `transformServices.transformCoreAio.image.pullPolicy`
#### `transformServices.transformCoreAio.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -967,13 +967,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `transformServices.transformRouter.image.repository`
#### `transformServices.transformRouter.image`

* Required: true
* Default: `quay.io/alfresco/alfresco-transform-router:1.5.2`
* Description: The repository of the docker image that will be used

#### `transformServices.transformRouter.image.pullPolicy`
#### `transformServices.transformRouter.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -1044,13 +1044,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `syncService.image.repository`
#### `syncService.image`

* Required: true
* Default: `quay.io/alfresco/service-sync:3.4.0`
* Description: The repository of the docker image that will be used

#### `syncService.image.pullPolicy`
#### `syncService.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down Expand Up @@ -1121,13 +1121,13 @@ For more information take a look at
* Default: `1`
* Description: The number of pods that will be running

#### `ooi.image.repository`
#### `ooi.image`

* Required: false
* Default: `quay.io/alfresco/alfresco-ooi-service:1.1.2`
* Description: The repository of the docker image that will be used

#### `ooi.image.pullPolicy`
#### `ooi.imagePullPolicy`

* Required: false
* Default: `IfNotPresent`
Expand Down
4 changes: 2 additions & 2 deletions xenit-alfresco/templates/acs/acs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
{{- end }}
containers:
- name: acs-container
image: {{ required "An image for the ACS pod needs to be specified under acs.image.repository" .Values.acs.image.repository }}
imagePullPolicy: {{ .Values.acs.image.pullPolicy | default "IfNotPresent" }}
image: {{ required "An image for the ACS pod needs to be specified under acs.image" .Values.acs.image }}
imagePullPolicy: {{ .Values.acs.imagePullPolicy | default "IfNotPresent" }}
readinessProbe:
failureThreshold: {{ .Values.acs.readinessProbe.failureThreshold }}
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions xenit-alfresco/templates/active-mq/mq-deployement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spec:
spec:
containers:
- name: activemq
image: {{ .Values.mq.image.repository }}
imagePullPolicy: {{ .Values.mq.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.mq.image }}
imagePullPolicy: {{ .Values.mq.imagePullPolicy | default "IfNotPresent" }}
envFrom:
- configMapRef:
name: mq-configmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
spec:
containers:
- name: digital-workspace-container
image: {{ .Values.digitalWorkspace.image.repository }}
imagePullPolicy: {{ .Values.digitalWorkspace.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.digitalWorkspace.image }}
imagePullPolicy: {{ .Values.digitalWorkspace.imagePullPolicy | default "IfNotPresent" }}
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions xenit-alfresco/templates/ooi/ooi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spec:
spec:
containers:
- name: ooi-container
image: {{ .Values.ooi.image.repository }}
imagePullPolicy: {{ .Values.ooi.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.ooi.image }}
imagePullPolicy: {{ .Values.ooi.imagePullPolicy | default "IfNotPresent" }}
livenessProbe:
tcpSocket:
port: 9095
Expand Down
4 changes: 2 additions & 2 deletions xenit-alfresco/templates/postgres/postgresql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
spec:
containers:
- name: postgresql-container
image: {{ .Values.postgresql.image.repository }}
imagePullPolicy: {{ .Values.postgresql.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.postgresql.image }}
imagePullPolicy: {{ .Values.postgresql.imagePullPolicy | default "IfNotPresent" }}
envFrom:
- configMapRef:
name: postgresql-configmap
Expand Down
4 changes: 2 additions & 2 deletions xenit-alfresco/templates/share/share-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
spec:
containers:
- name: share-container
image: {{ .Values.share.image.repository }}
imagePullPolicy: {{ .Values.share.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.share.image }}
imagePullPolicy: {{ .Values.share.imagePullPolicy | default "IfNotPresent" }}
lifecycle:
preStop:
exec:
Expand Down
4 changes: 2 additions & 2 deletions xenit-alfresco/templates/solr/solr-stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ spec:
spec:
containers:
- name: solr-container
image: {{ .Values.solr.image.repository }}
imagePullPolicy: {{ .Values.solr.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.solr.image }}
imagePullPolicy: {{ .Values.solr.imagePullPolicy | default "IfNotPresent" }}
lifecycle:
postStart:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
spec:
containers:
- name: sync-service-container
image: {{ .Values.syncService.image.repository }}
imagePullPolicy: {{ .Values.syncService.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.syncService.image }}
imagePullPolicy: {{ .Values.syncService.imagePullPolicy | default "IfNotPresent" }}
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
spec:
containers:
- name: shared-file-store-container
image: {{ .Values.transformServices.sharedFileStore.image.repository }}
imagePullPolicy: {{ .Values.transformServices.sharedFileStore.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.transformServices.sharedFileStore.image }}
imagePullPolicy: {{ .Values.transformServices.sharedFileStore.imagePullPolicy | default "IfNotPresent" }}
envFrom:
- configMapRef:
name: shared-file-store-configmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
spec:
containers:
- name: transform-core-aio-container
image: {{ .Values.transformServices.transformCoreAio.image.repository }}
imagePullPolicy: {{ .Values.transformServices.transformCoreAio.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.transformServices.transformCoreAio.image }}
imagePullPolicy: {{ .Values.transformServices.transformCoreAio.imagePullPolicy | default "IfNotPresent" }}
envFrom:
- configMapRef:
name: transform-core-aio-configmap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
spec:
containers:
- name: transform-router-container
image: {{ .Values.transformServices.transformRouter.image.repository }}
imagePullPolicy: {{ .Values.transformServices.transformRouter.image.pullPolicy | default "IfNotPresent" }}
image: {{ .Values.transformServices.transformRouter.image }}
imagePullPolicy: {{ .Values.transformServices.transformRouter.imagePullPolicy | default "IfNotPresent" }}
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down
Loading

0 comments on commit 1668b23

Please sign in to comment.