Point images and charts to personal fork

- Add OCI source label to Dockerfile for jeanschmidt fork
- Bump chart/app versions to 0.14.1-jeanschmidt.1
- Redirect controller image repo to ghcr.io/jeanschmidt

Enables building and deploying the placeholder pod POC
from the forked registry for testing.

Signed-off-by: Jean Schmidt <contato@jschmidt.me>
This commit is contained in:
Jean Schmidt 2026-04-28 16:40:34 -07:00
parent 1944a96710
commit adf2791de5
4 changed files with 7 additions and 5 deletions

View File

@ -46,6 +46,8 @@ RUN --mount=target=. \
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
LABEL org.opencontainers.image.source="https://github.com/jeanschmidt/actions-runner-controller"
WORKDIR /
COPY --from=builder /out/manager .

View File

@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.1
version: 0.14.1-jeanschmidt.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.14.1"
appVersion: "0.14.1-jeanschmidt.1"
home: https://github.com/actions/actions-runner-controller

View File

@ -9,7 +9,7 @@ labels: {}
replicaCount: 1
image:
repository: "ghcr.io/actions/gha-runner-scale-set-controller"
repository: "ghcr.io/jeanschmidt/gha-runner-scale-set-controller"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

View File

@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.14.1
version: 0.14.1-jeanschmidt.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.14.1"
appVersion: "0.14.1-jeanschmidt.1"
home: https://github.com/actions/actions-runner-controller