File tree Expand file tree Collapse file tree 13 files changed +19
-19
lines changed
keycloak-tenant-controller
keycloak-tenant-controller/images Expand file tree Collapse file tree 13 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 6565 - name : Setup asdf and install dependencies
6666 uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19
6767
68- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
68+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6969 with :
7070 path : |
7171 ~/.cache/go-build
@@ -292,7 +292,7 @@ jobs:
292292 - name : Setup asdf and install dependencies
293293 uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19
294294
295- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
295+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
296296 with :
297297 path : |
298298 ~/.cache/go-build
@@ -349,7 +349,7 @@ jobs:
349349 - name : Setup asdf and install dependencies
350350 uses : open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19
351351
352- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
352+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
353353 with :
354354 path : |
355355 ~/.cache/go-build
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS build
5+ FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS build
66
77WORKDIR /workspace
88
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS build
5+ FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS build
66
77WORKDIR /workspace
88
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS builder
5+ FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS builder
66WORKDIR /src
77
88
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 26.1.1
20+ version : 26.1.2
2121# This is the version number of the application being deployed. This version number should be
2222# incremented each time you make changes to the application. Versions are not expected to
2323# follow Semantic Versioning. They should reflect the version the application is using.
2424# It is recommended to use it with quotes.
25- appVersion : " 26.1.1 "
25+ appVersion : " 26.1.2 "
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 26.1.1
20+ version : 26.1.2
2121# This is the version number of the application being deployed. This version number should be
2222# incremented each time you make changes to the application. Versions are not expected to
2323# follow Semantic Versioning. They should reflect the version the application is using.
2424# It is recommended to use it with quotes.
25- appVersion : " 26.1.1 "
25+ appVersion : " 26.1.2 "
Original file line number Diff line number Diff line change 66apiVersion : v2
77name : cert-synchronizer
88type : application
9- version : 26.1.2
10- appVersion : " 26.1.2 "
9+ version : 26.1.3
10+ appVersion : " 26.1.3 "
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ type: application
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
2121
22- version : 26.1.3
22+ version : 26.1.4
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
2525# follow Semantic Versioning. They should reflect the version the application is using.
2626# It is recommended to use it with quotes.
27- appVersion : " 26.1.3 "
27+ appVersion : " 26.1.4 "
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS builder
5+ FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS builder
66ARG KTC_GIT_COMMIT
77
88# Set proxy environment variables using build arguments
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS builder
5+ FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS builder
66
77ARG API_GW_COMPONENT_NAME
88ARG HTTP_PROXY
You can’t perform that action at this time.
0 commit comments