Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2173 Bump andromeda release image tags #62

Merged
merged 4 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/alfresco-connector-ms365/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-connector-ms365
description: A Helm chart for deploying Alfresco connector ms365 service
type: application
version: 0.1.0-alpha.0
appVersion: "1.1.3"
version: 0.1.0
appVersion: "2.0.0"
dependencies:
- name: alfresco-common
version: 2.0.0
Expand Down
8 changes: 4 additions & 4 deletions charts/alfresco-connector-ms365/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-connector-ms365

![Version: 0.1.0-alpha.0](https://img.shields.io/badge/Version-0.1.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.3](https://img.shields.io/badge/AppVersion-1.1.3-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

A Helm chart for deploying Alfresco connector ms365 service

Expand All @@ -14,13 +14,13 @@ A Helm chart for deploying Alfresco connector ms365 service

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| environment | string | `nil` | |
| environment | object | `{}` | |
| global.alfrescoRegistryPullSecrets | string | `"quay-registry-secret"` | |
| image.internalPort | int | `9095` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-ooi-service"` | |
| image.tag | string | `"1.1.3"` | |
| ingress.extraAnnotations | string | `nil` | |
| image.tag | string | `"2.0.0"` | |
| ingress.extraAnnotations | object | `{}` | |
| ingress.path | string | `"/ooi-service"` | |
| ingress.tls | list | `[]` | |
| livenessProbe.initialDelaySeconds | int | `10` | |
Expand Down
11 changes: 3 additions & 8 deletions charts/alfresco-connector-ms365/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 2
nodeSelector: {}
image:
repository: quay.io/alfresco/alfresco-ooi-service
tag: 1.1.3
tag: 2.0.0
pullPolicy: IfNotPresent
internalPort: 9095
service:
Expand All @@ -18,10 +18,7 @@ service:
ingress:
path: /ooi-service
tls: []
extraAnnotations:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
extraAnnotations: {}
podSecurityContext:
runAsNonRoot: true
runAsUser: 33006
Expand All @@ -32,8 +29,7 @@ resources:
limits:
cpu: "2"
memory: "1000Mi"
environment:
# JAVA_OPTS: " -Dalfresco.base-url=http://acs-alfresco-cs-repository:80"
environment: {}
readinessProbe:
initialDelaySeconds: 20
periodSeconds: 60
Expand All @@ -47,4 +43,3 @@ repository:
host: acs-alfresco-cs-repository
# -- ACS repository port
port: 80
# -- A nameOverride use to compute an ACS repository service name
4 changes: 2 additions & 2 deletions charts/alfresco-connector-msteams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alfresco-connector-msteams
description: A Helm chart for deploying Alfresco connector msteams service
type: application
version: 0.1.0-alpha.0
appVersion: "2.0.0-A2"
version: 0.1.0
appVersion: "2.0.0"
dependencies:
- name: alfresco-common
version: 2.0.0
Expand Down
6 changes: 3 additions & 3 deletions charts/alfresco-connector-msteams/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-connector-msteams

![Version: 0.1.0-alpha.0](https://img.shields.io/badge/Version-0.1.0--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-A2](https://img.shields.io/badge/AppVersion-2.0.0--A2-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

A Helm chart for deploying Alfresco connector msteams service

Expand All @@ -21,8 +21,8 @@ A Helm chart for deploying Alfresco connector msteams service
| image.internalPort | int | `3978` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | |
| image.tag | string | `"2.0.0-A2"` | |
| ingress.extraAnnotations | string | `nil` | |
| image.tag | string | `"2.0.0"` | |
| ingress.extraAnnotations | object | `{}` | |
| ingress.path | string | `"/ms-teams-service"` | |
| ingress.tls | list | `[]` | |
| livenessProbe.initialDelaySeconds | int | `10` | |
Expand Down
9 changes: 3 additions & 6 deletions charts/alfresco-connector-msteams/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 2
nodeSelector: {}
image:
repository: quay.io/alfresco/alfresco-ms-teams-service
tag: 2.0.0-A2
tag: 2.0.0
pullPolicy: IfNotPresent
internalPort: 3978
service:
Expand All @@ -18,10 +18,7 @@ service:
ingress:
path: /ms-teams-service
tls: []
extraAnnotations:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
extraAnnotations: {}
podSecurityContext:
runAsNonRoot: true
runAsUser: 33041
Expand All @@ -40,7 +37,7 @@ livenessProbe:
initialDelaySeconds: 10
periodSeconds: 20
timeoutSeconds: 10
environment:
environment: null
alfresco:
baseUrl: change_me_alf_base_url
digitalWorkspace:
Expand Down
4 changes: 2 additions & 2 deletions charts/alfresco-sync-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ keywords:
name: alfresco-sync-service
sources:
- https://github.com/Alfresco/acs-deployment
version: 4.1.0
appVersion: 3.9.0
version: 4.2.0
appVersion: "3.10.0"
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4
dependencies:
- name: common
Expand Down
10 changes: 5 additions & 5 deletions charts/alfresco-sync-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-sync-service

![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square)
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square)

Alfresco Sync Service

Expand Down Expand Up @@ -40,15 +40,15 @@ Alfresco Sync Service
| image.internalPort | int | `9090` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/alfresco/service-sync"` | |
| image.tag | string | `"3.9.0"` | |
| ingress.extraAnnotations | string | `nil` | useful when running Sync service without SSL termination done by a load balancer, e.g. when ran on Minikube for testing purposes nginx.ingress.kubernetes.io/ssl-redirect: "false" |
| image.tag | string | `"3.10.0"` | |
| ingress.extraAnnotations | object | `{}` | useful when running Sync service without SSL termination done by a load balancer, e.g. when ran on Minikube for testing purposes nginx.ingress.kubernetes.io/ssl-redirect: "false" |
| ingress.path | string | `"/syncservice"` | |
| ingress.tls | list | `[]` | |
| livenessProbe.initialDelaySeconds | int | `30` | |
| livenessProbe.periodSeconds | int | `30` | |
| livenessProbe.timeoutSeconds | int | `10` | |
| messageBroker.existingSecretName | string | `nil` | An existing k8s secret with broker details (prefered over using values) |
| messageBroker.nameOverride | string | `"activemq"` | A name that will be used as a base to get broker conenction details |
| messageBroker.existingSecretName | string | `nil` | An existing k8s secret with broker details (preferred over using values) |
| messageBroker.nameOverride | string | `"activemq"` | A name that will be used as a base to get broker connection details |
| messageBroker.password | string | `nil` | Credential to use to authenticate to the broker. |
| messageBroker.url | string | `nil` | A failover URI formatted string, see: https://activemq.apache.org/failover-transport-reference |
| messageBroker.user | string | `nil` | Username to authenticate as. |
Expand Down
23 changes: 10 additions & 13 deletions charts/alfresco-sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global:
# -- Username to authenticate as.
user:
# -- Credential to use to authenticate to the broker.
password:
password: null
alfrescoRegistryPullSecrets: quay-registry-secret
strategy:
rollingUpdate:
Expand All @@ -24,7 +24,7 @@ podSecurityContext:
fsGroup: 1000
image:
repository: quay.io/alfresco/service-sync
tag: 3.9.0
tag: 3.10.0
pullPolicy: IfNotPresent
internalPort: 9090
environment:
Expand Down Expand Up @@ -58,7 +58,7 @@ repository:
# -- ACS repository port
port: 80
# -- A nameOverride use to compute an ACS repository service name
nameOverride:
nameOverride: null
activemq:
# -- Toggle ActiveMQ chart dependency
# see [Alfresco ActiveMQ chart
Expand All @@ -78,15 +78,15 @@ activemq:
messageBroker:
# -- A failover URI formatted string, see:
# https://activemq.apache.org/failover-transport-reference
url:
# -- A name that will be used as a base to get broker conenction details
url: null
# -- A name that will be used as a base to get broker connection details
nameOverride: activemq
# -- Username to authenticate as.
user:
# -- Credential to use to authenticate to the broker.
password:
# -- An existing k8s secret with broker details (prefered over using values)
existingSecretName:
# -- An existing k8s secret with broker details (preferred over using values)
existingSecretName: null
# -- Defines properties required by sync service for connecting to the database
# If you set database.external to true you will have to setup the JDBC driver,
# user, password and JdbcUrl as `driver`, `user`, `password` & `url` subelements
Expand Down Expand Up @@ -120,21 +120,18 @@ database:
# If different from the default make sure your container image ships it.
driver: org.postgresql.Driver
# -- JDBC url to connect to the external DB
url:
url: null
# -- JDBC username to use to connect to the DB
user: alfresco
# -- JDBC password to use to connect to the DB
password: admin
# -- An existing kubernetes secret with DB info (prefered over using values)
existingSecretName:
existingSecretName: null

ingress:
# -- useful when running Sync service without SSL termination done by a load
# balancer, e.g. when ran on Minikube for testing purposes
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
extraAnnotations:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
extraAnnotations: {}
tls: []
path: /syncservice
Loading