Skip to content

Commit

Permalink
OPSEXP-2444 Bump versions for Draco release (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jan 17, 2024
1 parent 1012e89 commit 6026dab
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 27 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: Bump versions
run-name: Bump ${{ inputs.update-type }} using alfresco-updatecli/${{ inputs.alfresco-updatecli-ref }}

on:
workflow_dispatch:
inputs:
Expand All @@ -15,7 +17,7 @@ on:
default: master

env:
UPDATE_CLI_VERSION: v0.65.1
UPDATE_CLI_VERSION: v0.71.0

jobs:
bump-charts-dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-search-service/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: alfresco-insight-zeppelin
repository: ""
version: 3.0.0-alpha.0
version: 3.0.0
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 3.1.0
digest: sha256:611a989ecff183861c046d6090836371cac0abb9fee3e05278d239769a568cbc
generated: "2024-01-08T17:15:25.064429+01:00"
digest: sha256:5977c7b90bc7848c9cd2964e0142ba37984f0cd723d8425a60102eaed8c2c4db
generated: "2024-01-16T13:56:07.905443434Z"
6 changes: 3 additions & 3 deletions charts/alfresco-search-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ keywords:
name: alfresco-search-service
sources:
- https://github.com/Alfresco/alfresco-helm-charts
version: 3.0.0-alpha.1
appVersion: 2.0.8.2
version: 3.0.0
appVersion: 2.0.9
dependencies:
- name: alfresco-insight-zeppelin
version: 3.0.0-alpha.0
version: 3.0.0
condition: alfresco-insight-zeppelin.enabled
- name: alfresco-common
version: 3.1.0
Expand Down
8 changes: 4 additions & 4 deletions charts/alfresco-search-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-search-service

![Version: 3.0.0-alpha.1](https://img.shields.io/badge/Version-3.0.0--alpha.1-informational?style=flat-square) ![AppVersion: 2.0.8.2](https://img.shields.io/badge/AppVersion-2.0.8.2-informational?style=flat-square)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 2.0.9](https://img.shields.io/badge/AppVersion-2.0.9-informational?style=flat-square)

A Helm chart for deploying Alfresco Search Service

Expand All @@ -16,7 +16,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs

| Repository | Name | Version |
|------------|------|---------|
| | alfresco-insight-zeppelin | 3.0.0-alpha.0 |
| | alfresco-insight-zeppelin | 3.0.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.0 |

## Values
Expand All @@ -41,7 +41,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| insightEngineImage.internalPort | string | `nil` | container's port search service is listening on change if your custom image use a different port. |
| insightEngineImage.pullPolicy | string | `"IfNotPresent"` | |
| insightEngineImage.repository | string | `"quay.io/alfresco/insight-engine"` | |
| insightEngineImage.tag | string | `"2.0.8.2"` | |
| insightEngineImage.tag | string | `"2.0.9"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
| livenessProbe.timeoutSeconds | int | `10` | |
Expand Down Expand Up @@ -77,7 +77,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| searchServicesImage.internalPort | string | `nil` | container's port search service is listening on change if your custom image use a different port. |
| searchServicesImage.pullPolicy | string | `"IfNotPresent"` | |
| searchServicesImage.repository | string | `"quay.io/alfresco/search-services"` | |
| searchServicesImage.tag | string | `"2.0.8.2"` | |
| searchServicesImage.tag | string | `"2.0.9"` | |
| service.name | string | `"solr"` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ keywords:
- alfresco zeppelin
- alfresco insight zeppelin
name: alfresco-insight-zeppelin
version: 3.0.0-alpha.0
version: 3.0.0
sources:
- https://github.com/Alfresco/alfresco-helm-charts
appVersion: 2.0.8
appVersion: 2.0.9
dependencies:
- name: alfresco-common
version: 3.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-insight-zeppelin

![Version: 3.0.0-alpha.0](https://img.shields.io/badge/Version-3.0.0--alpha.0-informational?style=flat-square) ![AppVersion: 2.0.8](https://img.shields.io/badge/AppVersion-2.0.8-informational?style=flat-square)
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 2.0.9](https://img.shields.io/badge/AppVersion-2.0.9-informational?style=flat-square)

A Helm chart for deploying Alfresco Insight Zeppelin

Expand Down Expand Up @@ -31,7 +31,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/insight-zeppelin"` | |
| image.tag | string | `"2.0.8"` | |
| image.tag | string | `"2.0.9"` | |
| ingress.path | string | `"/zeppelin"` | |
| livenessProbe.initialDelaySeconds | int | `130` | |
| livenessProbe.periodSeconds | int | `20` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
replicaCount: 1
image:
repository: quay.io/alfresco/insight-zeppelin
tag: 2.0.8
tag: 2.0.9
pullPolicy: IfNotPresent
internalPort: 9090
podSecurityContext:
Expand Down
14 changes: 3 additions & 11 deletions charts/alfresco-search-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ podSecurityContext:
fsGroup: 33007
searchServicesImage:
repository: quay.io/alfresco/search-services
tag: 2.0.8.2
tag: 2.0.9
pullPolicy: &searchDockerImagePullPolicy IfNotPresent
# -- container's port search service is listening on
# change if your custom image use a different port.
internalPort: null
insightEngineImage:
repository: quay.io/alfresco/insight-engine
tag: 2.0.8.2
tag: 2.0.9
pullPolicy: *searchDockerImagePullPolicy
# -- container's port search service is listening on
# change if your custom image use a different port.
Expand Down Expand Up @@ -85,15 +85,13 @@ repository:
securecomms: SOLR_ALFRESCO_SECURE_COMMS
environment:
SOLR_CREATE_ALFRESCO_DEFAULTS: alfresco,archive

resources:
requests:
cpu: "0.50"
memory: "1200Mi"
limits:
cpu: "4"
memory: "2000Mi"

persistence:
# -- When disabled, data is lost when pod is terminated/rescheduled
enabled: true
Expand All @@ -109,10 +107,8 @@ persistence:
data:
mountPath: "/opt/alfresco-search-services/data"
subPath: "alfresco-content-services/solr-data"

alfresco-insight-zeppelin:
enabled: false

readinessProbe:
initialDelaySeconds: 60
periodSeconds: 20
Expand All @@ -121,7 +117,6 @@ livenessProbe:
initialDelaySeconds: 130
periodSeconds: 20
timeoutSeconds: 10

initContainer:
image:
repository: busybox
Expand All @@ -132,15 +127,12 @@ initContainer:
memory: "5Mi"
limits:
memory: "10Mi"

global:
alfrescoRegistryPullSecrets: quay-registry-secret

nodeSelector: {}
tolerations: []
# -- Pod affinity, passed thru tpl function
affinity: |-
affinity: ""
serviceAccount:
# -- Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit 6026dab

Please sign in to comment.