Skip to content

Commit

Permalink
OPSEXP-2173 Bump insight-zeppelin to 2.0.7 and bump bugfix for search…
Browse files Browse the repository at this point in the history
…-service chart (#63)
  • Loading branch information
gionn authored Jun 30, 2023
1 parent bf880b7 commit ab6c1fb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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: 2.0.0
version: 2.1.0
- name: alfresco-common
repository: https://alfresco.github.io/alfresco-helm-charts/
version: 2.0.0
digest: sha256:73ceeccdb51e1b757c9e7067759f748f716667efb9084b456fad43c3367a8cec
generated: "2023-03-09T11:30:13.663069+01:00"
digest: sha256:9422fb69e57af858945074b2a611e624891c0c5ac91061097d49f86701aa751b
generated: "2023-06-28T15:57:29.932760808Z"
4 changes: 2 additions & 2 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: 1.2.0-alpha.0
version: 1.2.0
appVersion: 2.0.7
dependencies:
- name: alfresco-insight-zeppelin
version: 2.0.0
version: 2.1.0
condition: alfresco-insight-zeppelin.enabled
- name: alfresco-common
version: 2.0.0
Expand Down
4 changes: 2 additions & 2 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: 1.2.0-alpha.0](https://img.shields.io/badge/Version-1.2.0--alpha.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square)

A Helm chart for deploying Alfresco Search Service

Expand All @@ -16,7 +16,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b

| Repository | Name | Version |
|------------|------|---------|
| | alfresco-insight-zeppelin | 2.0.0 |
| | alfresco-insight-zeppelin | 2.1.0 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 2.0.0 |

## Values
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: 2.0.0
version: 2.1.0
sources:
- https://github.com/Alfresco/alfresco-helm-charts
appVersion: 2.0.6
appVersion: 2.0.7
dependencies:
- name: alfresco-common
version: 2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-insight-zeppelin

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.0.6](https://img.shields.io/badge/AppVersion-2.0.6-informational?style=flat-square)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square)

A Helm chart for deploying Alfresco Insight Zeppelin

Expand Down Expand Up @@ -30,7 +30,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/insight-zeppelin"` | |
| image.tag | string | `"2.0.6"` | |
| image.tag | string | `"2.0.7"` | |
| 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 @@ -9,7 +9,7 @@ replicaCount: 1
nodeSelector: {}
image:
repository: quay.io/alfresco/insight-zeppelin
tag: 2.0.6
tag: 2.0.7
pullPolicy: IfNotPresent
internalPort: 9090
podSecurityContext:
Expand Down

0 comments on commit ab6c1fb

Please sign in to comment.