Skip to content

Commit

Permalink
chore(deps): upgrade Alfresco/alfresco-identity-adapter-service to ve…
Browse files Browse the repository at this point in the history
…rsion 7.19.0-alpha.271 (#2688)

* chore(deps): upgrade Alfresco/hxp-process-services to version 7.19.0-alpha.220

from: https://github.com/Alfresco/hxp-process-services

* chore(deps): upgrade Alfresco/alfresco-identity-adapter-service to version 7.19.0-alpha.271

from: https://github.com/Alfresco/alfresco-identity-adapter-service

---------

Co-authored-by: alfresco-build <>
  • Loading branch information
alfresco-build authored Dec 19, 2024
1 parent fa7994c commit 8addbbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Kubernetes: `>=1.15.0-0`
| alfresco-identity-adapter-service.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE\n value: \"*\"\n{{- with .Values.activiti.keycloak.clientId }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- with .Values.activiti.keycloak.clientSecret }}\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n value: \"{{ tpl . $ }}\"\n{{- end }}\n{{- 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 }}"` | |
| alfresco-identity-adapter-service.image.pullPolicy | string | `"Always"` | |
| alfresco-identity-adapter-service.image.repository | string | `"quay.io/alfresco/alfresco-identity-adapter-service"` | |
| alfresco-identity-adapter-service.image.tag | string | `"7.19.0-alpha.270"` | |
| alfresco-identity-adapter-service.image.tag | string | `"7.19.0-alpha.271"` | |
| alfresco-identity-adapter-service.ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$1"` | |
| alfresco-identity-adapter-service.ingress.className | string | `"nginx"` | |
| alfresco-identity-adapter-service.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -525,7 +525,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.19.0-alpha.219"` | |
| alfresco-process-analytics-playground.image.tag | string | `"7.19.0-alpha.220"` | |
| alfresco-process-analytics-playground.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-playground.ingress.className | string | `"nginx"` | |
| alfresco-process-analytics-playground.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -561,7 +561,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.19.0-alpha.219"` | |
| alfresco-process-analytics-service.image.tag | string | `"7.19.0-alpha.220"` | |
| alfresco-process-analytics-service.ingress.annotations."nginx.ingress.kubernetes.io/enable-cors" | string | `"true"` | |
| alfresco-process-analytics-service.ingress.className | string | `"nginx"` | |
| alfresco-process-analytics-service.ingress.enabled | bool | `true` | |
Expand Down Expand Up @@ -617,7 +617,7 @@ Kubernetes: `>=1.15.0-0`
| 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.pullPolicy | string | `"Always"` | |
| alfresco-tika-service.image.repository | string | `"quay.io/alfresco/alfresco-process-tika"` | |
| alfresco-tika-service.image.tag | string | `"7.19.0-alpha.219"` | |
| alfresco-tika-service.image.tag | string | `"7.19.0-alpha.220"` | |
| 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
8 changes: 4 additions & 4 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ alfresco-tika-service:
enabled: true
image:
repository: quay.io/alfresco/alfresco-process-tika
tag: 7.19.0-alpha.219
tag: 7.19.0-alpha.220
pullPolicy: Always
replicaCount: 2
podDisruptionBudget:
Expand Down Expand Up @@ -1345,7 +1345,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.19.0-alpha.219
tag: 7.19.0-alpha.220
pullPolicy: Always
replicaCount: 2
podDisruptionBudget:
Expand Down Expand Up @@ -1460,7 +1460,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.19.0-alpha.219
tag: 7.19.0-alpha.220
pullPolicy: Always
replicaCount: 2
podDisruptionBudget:
Expand Down Expand Up @@ -1584,7 +1584,7 @@ alfresco-identity-adapter-service:
pathType: ImplementationSpecific
image:
repository: quay.io/alfresco/alfresco-identity-adapter-service
tag: 7.19.0-alpha.270
tag: 7.19.0-alpha.271
pullPolicy: Always
replicaCount: 2
podDisruptionBudget:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<properties>
<alfresco-deployment-service.version>7.19.0-alpha.411</alfresco-deployment-service.version>
<alfresco-modeling-service.version>7.19.0-alpha.411</alfresco-modeling-service.version>
<alfresco-process.version>7.19.0-alpha.219</alfresco-process.version>
<alfresco-identity-adapter-service.version>7.19.0-alpha.270</alfresco-identity-adapter-service.version>
<alfresco-process.version>7.19.0-alpha.220</alfresco-process.version>
<alfresco-identity-adapter-service.version>7.19.0-alpha.271</alfresco-identity-adapter-service.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
Expand Down

0 comments on commit 8addbbc

Please sign in to comment.