Skip to content

Commit e45895d

Browse files
authored
Merge branch 'main' into EMF_HELMDEPLOY_2026_01
2 parents a0f4cb7 + 751d95f commit e45895d

27 files changed

Lines changed: 1344 additions & 40 deletions

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Intel Corporation
1+
# SPDX-FileCopyrightText: 2026 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

@@ -7,10 +7,10 @@
77
# someone opens a pull request.
88

99
# Everything requires Platform team review by default
10-
* @johnoloughlin @garyloug @palade @rranjan3 @krishnajs @scottmbaker @damiankopyto @cjnolan @SushilLakra @soniabha-intc @guptagunjan @sys-orch-approve @ram-srini @shankarsrinivas1 @sunil-parida @vigneshintel
10+
* @johnoloughlin @garyloug @palade @rranjan3 @krishnajs @scottmbaker @damiankopyto @cjnolan @SushilLakra @soniabha-intc @guptagunjan @sys-orch-approve @ram-srini @shankarsrinivas1 @sunil-parida
1111

1212
# CI files
13-
.github/ @adimoft @daveroge @shanedonohue @manilk1x @johnoloughlin @garyloug @palade @rranjan3 @krishnajs @scottmbaker @damiankopyto @cjnolan @SushilLakra @soniabha-intc @guptagunjan @sys-orch-approve @ram-srini @shankarsrinivas1 @sunil-parida @vigneshintel
13+
.github/ @adimoft @daveroge @shanedonohue @manilk1x @johnoloughlin @garyloug @palade @rranjan3 @krishnajs @scottmbaker @damiankopyto @cjnolan @SushilLakra @soniabha-intc @guptagunjan @sys-orch-approve @ram-srini @shankarsrinivas1 @sunil-parida
1414

1515
# Dependabot is used to manage dependencies in this repository. It is configured to automatically open pull requests to
1616
# update dependencies when new versions are available. The following files are managed by Dependabot and do not require

.github/actions/deploy_kind/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
5050
- name: Setup asdf and install dependencies
5151
id: install-deps
52-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
52+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
5353

5454
- name: Print current git hash
5555
shell: bash

.github/actions/deploy_on_prem/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131

3232
- name: Setup asdf and install dependencies
3333
id: install-deps
34-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
34+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
3535

3636
- name: Check Oras
3737
run: |

.github/workflows/test-migration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-go-
5454
5555
- name: Setup asdf and install dependencies
56-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
56+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
5757

5858
- name: Run test
5959
run: mage test:ChartsAvailableOnReleaseService
@@ -81,7 +81,7 @@ jobs:
8181
${{ runner.os }}-go-
8282
8383
- name: Setup asdf and install dependencies
84-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
84+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
8585

8686
- name: Inject default commonName for nginx-ingress-pxe-boots
8787
run: |

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Setup asdf and install dependencies
3636
id: install-deps
37-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
37+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
3838

3939
- name: Deploy Orchestrator ${{ matrix.version-tags }}
4040
env:

.github/workflows/virtual-integration.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
159159
160160
- name: Setup asdf and install dependencies
161-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
161+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
162162

163163
- name: Run lint
164164
run: mage -v lint:markdown
@@ -179,7 +179,7 @@ jobs:
179179
persist-credentials: false
180180

181181
- name: Setup asdf and install dependencies
182-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
182+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
183183

184184
- name: Run lint
185185
working-directory: on-prem-installers
@@ -201,7 +201,7 @@ jobs:
201201
persist-credentials: false
202202

203203
- name: Setup asdf and install dependencies
204-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
204+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
205205

206206
- name: Run lint
207207
run: mage lint:terraform
@@ -225,7 +225,7 @@ jobs:
225225
run: echo "ASDF_YAMLLINT_PIP_PACKAGES=pyyaml" >> $GITHUB_ENV
226226

227227
- name: Setup asdf and install dependencies
228-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
228+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
229229
- name: Run lint
230230
run: mage lint:yaml
231231

@@ -245,7 +245,7 @@ jobs:
245245
persist-credentials: false
246246

247247
- name: Setup asdf and install dependencies
248-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
248+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
249249

250250
- name: Run lint
251251
run: mage lint:helm
@@ -272,7 +272,7 @@ jobs:
272272
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
273273
274274
- name: Setup asdf and install dependencies
275-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
275+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
276276

277277
- name: Run lint
278278
run: mage lint:golang
@@ -305,7 +305,7 @@ jobs:
305305
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
306306
307307
- name: Setup asdf and install dependencies
308-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
308+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
309309

310310
- name: Run lint
311311
run: |
@@ -364,7 +364,7 @@ jobs:
364364
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
365365
366366
- name: Setup asdf and install dependencies
367-
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
367+
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@b6610539eb98ed7bd5903e6629e48c1da39d883b
368368

369369
- name: Get version tag
370370
id: get_version_tag

argocd/applications/custom/component-status.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Intel Corporation
1+
# SPDX-FileCopyrightText: 2026 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

@@ -26,6 +26,7 @@ traefikRoute:
2626
secretName: tls-orch
2727
middlewares:
2828
- validate-jwt
29+
- cors
2930
- secure-headers
3031
{{- if .Values.argo.traefik }}
3132
tlsOption: {{ .Values.argo.traefik.tlsOption | default "" | quote }}

argocd/applications/custom/keycloak-operator.tpl

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,26 @@ operator:
2525
image: {{ .Values.argo.keycloakOperator.image | quote }}
2626
{{- end }}
2727

28+
# Disable operator trace export to localhost:4317 to avoid repeated warning logs
29+
# while preserving upstream-required environment variables.
30+
operator:
31+
container:
32+
env:
33+
- name: KUBERNETES_NAMESPACE
34+
valueFrom:
35+
fieldRef:
36+
fieldPath: metadata.namespace
37+
- name: RELATED_IMAGE_KEYCLOAK
38+
value: '{{ "{{ .Values.operator.relatedImage.keycloak }}" }}'
39+
- name: QUARKUS_OPERATOR_SDK_CONTROLLERS_KEYCLOAKREALMIMPORTCONTROLLER_NAMESPACES
40+
value: JOSDK_WATCH_CURRENT
41+
- name: QUARKUS_OPERATOR_SDK_CONTROLLERS_KEYCLOAKCONTROLLER_NAMESPACES
42+
value: JOSDK_WATCH_CURRENT
43+
# Runtime key to disable OTel SDK and stop OTLP export warnings.
44+
# QUARKUS_OTEL_TRACES_EXPORTER is a build-time property and is not effective here.
45+
- name: QUARKUS_OTEL_SDK_DISABLED
46+
value: "true"
47+
2848
# Override operator imagePullSecrets if specified
2949
{{- if and .Values.argo .Values.argo.keycloakOperator .Values.argo.keycloakOperator.imagePullSecrets }}
3050
imagePullSecrets:

argocd/applications/templates/component-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sources:
2222
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2323
chart: common/charts/{{$appName}}
24-
targetRevision: 26.1.0
24+
targetRevision: 26.1.2
2525
helm:
2626
releaseName: {{$appName}}
2727
valuesObject:

argocd/applications/templates/keycloak-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
sources:
2323
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
2424
chart: common/charts/keycloak-operator
25-
targetRevision: 26.1.2
25+
targetRevision: 26.1.3
2626
helm:
2727
releaseName: {{$appName}}
2828
valuesObject:

0 commit comments

Comments
 (0)