Skip to content

Commit

Permalink
🛠 Updatecli pipeline acs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored and alfresco-build committed Apr 17, 2024
1 parent 70e6a11 commit d8cfe2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
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.9"` | |
| image.tag | string | `"2.0.10"` | |
| 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.9
tag: 2.0.10
pullPolicy: IfNotPresent
internalPort: 9090
podSecurityContext:
Expand All @@ -14,7 +14,6 @@ service:
externalPort: 80
ingress:
path: /zeppelin

repository:
# -- Alfresco repository URL
url: http://alfresco-search-service
Expand All @@ -26,7 +25,6 @@ repository:
host: REPO_HOST
# -- Key within the configmap holding the repository port
port: REPO_PORT

resources:
requests:
cpu: "0.5"
Expand All @@ -53,12 +51,10 @@ global:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0

nodeSelector: {}
tolerations: []
# -- Pod affinity, passed thru tpl function
affinity: ""

serviceAccount:
# -- Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit d8cfe2f

Please sign in to comment.