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

chore(deps): upgrade Alfresco/alfresco-deployment-service to version 7.14.0-alpha.80 #1659

Merged
merged 4 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-process-analytics-playground.graphql.client.url | string | `"http://alfresco-process-analytics-service.{{ .Release.Namespace }}.svc.cluster.local/analytics/graphql"` | |
| alfresco-process-analytics-playground.image.pullPolicy | string | `"Always"` | |
| alfresco-process-analytics-playground.image.repository | string | `"quay.io/alfresco/alfresco-process-analytics-graphql-playground"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.14.0-alpha.49"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.14.0-alpha.50"` | |
| alfresco-process-analytics-playground.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-process-analytics-playground.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-playground.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -504,7 +504,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-process-analytics-service.graphql.service.jwtIssuerUri | string | `"{{ include \"common.keycloak-url\" . }}/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| alfresco-process-analytics-service.image.pullPolicy | string | `"Always"` | |
| alfresco-process-analytics-service.image.repository | string | `"quay.io/alfresco/alfresco-process-analytics-graphql-service"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.14.0-alpha.49"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.14.0-alpha.50"` | |
| alfresco-process-analytics-service.ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| alfresco-process-analytics-service.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-service.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -544,7 +544,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-tika-service.enabled | bool | `true` | |
| alfresco-tika-service.extraEnv | string | `"{{- if .Values.global.datadog.enabled }}\n{{- with .Values.global.datadog.agent.traceAgentUrl }}\n- name: DD_TRACE_AGENT_URL\n value: {{ . }}\n{{- end }}\n{{- if not .Values.global.datadog.agent.admission }}\n- name: DATADOG_JAVA_AGENT\n value: \"{{ .Values.global.datadog.enabled }}\"\n- name: DD_SERVICE\n value: \"{{ .Chart.Name }}\"\n- name: DD_ENV\n value: {{ .Values.global.datadog.env | required \"global.datadog.env is required.\" | quote }}\n- name: DD_VERSION\n value: \"{{ .Values.image.tag }}\"\n{{- end }}\n- name: DD_LOGS_INJECTION\n value: \"{{ .Values.global.datadog.agent.logsInjection }}\"\n- name: DD_PROFILING_ENABLED\n value: \"{{ .Values.global.datadog.agent.profiling }}\"\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_ENABLED\n value: \"{{ .Values.global.datadog.metrics.enabled }}\"\n{{- if .Values.global.datadog.metrics.enabled }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_API_KEY\n value: {{ .Values.global.datadog.metrics.apiKey | required \"global.datadog.metrics.apiKey is required.\" | quote }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_DESCRIPTIONS\n value: {{ .Values.global.datadog.metrics.descriptions | required \"global.datadog.metrics.descriptions is required.\" | quote }}\n{{- with .Values.global.datadog.metrics.applicationKey }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_APPLICATION_KEY\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.uri }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_URI\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.hostTag }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_HOST_TAG\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.step }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_STEP\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.connectTimeout }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_CONNECT_TIMEOUT\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.readTimeout }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_READ_TIMEOUT\n value: {{ . | quote }}\n{{- end }}\n{{- with .Values.global.datadog.metrics.batchSize }}\n- name: MANAGEMENT_DATADOG_METRICS_EXPORT_BATCH_SIZE\n value: {{ . | quote }}\n{{- end }}\n{{- end }}\n{{- end }}\n"` | |
| alfresco-tika-service.image.repository | string | `"quay.io/alfresco/alfresco-process-tika"` | |
| alfresco-tika-service.image.tag | string | `"7.14.0-alpha.49"` | |
| alfresco-tika-service.image.tag | string | `"7.14.0-alpha.50"` | |
| alfresco-tika-service.ingress.enabled | bool | `false` | |
| alfresco-tika-service.javaOpts.other | string | `"-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"` | |
| alfresco-tika-service.livenessProbe.path | string | `"/live"` | |
Expand Down
6 changes: 3 additions & 3 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ alfresco-tika-service:
enabled: true
image:
repository: quay.io/alfresco/alfresco-process-tika
tag: 7.14.0-alpha.49
tag: 7.14.0-alpha.50
service:
name: tika
internalPort: 8090
Expand Down Expand Up @@ -1264,7 +1264,7 @@ alfresco-process-analytics-service:
jwtIssuerUri: '{{ include "common.keycloak-url" . }}/realms/{{ include "common.keycloak-realm" . }}'
image:
repository: quay.io/alfresco/alfresco-process-analytics-graphql-service
tag: 7.14.0-alpha.49
tag: 7.14.0-alpha.50
pullPolicy: Always
service:
name: alfresco-process-analytics-service
Expand Down Expand Up @@ -1365,7 +1365,7 @@ alfresco-process-analytics-playground:
url: 'http://alfresco-process-analytics-service.{{ .Release.Namespace }}.svc.cluster.local/analytics/graphql'
image:
repository: quay.io/alfresco/alfresco-process-analytics-graphql-playground
tag: 7.14.0-alpha.49
tag: 7.14.0-alpha.50
pullPolicy: Always
service:
name: alfresco-process-analytics-playground
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<alfresco-deployment-service.version>7.14.0-alpha.79</alfresco-deployment-service.version>
<alfresco-modeling-service.version>7.14.0-alpha.65</alfresco-modeling-service.version>
<alfresco-process.version>7.14.0-alpha.49</alfresco-process.version>
<alfresco-process.version>7.14.0-alpha.50</alfresco-process.version>
<alfresco-identity-adapter-service.version>7.14.0-alpha.53</alfresco-identity-adapter-service.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down
Loading