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:
parent
1944a96710
commit
adf2791de5
|
|
@ -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 .
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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: ""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue