File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11# Use distroless as minimal base image to package the manager binary
22# Refer to https://github.com/GoogleContainerTools/distroless for more details
3- FROM gcr.io/distroless/static:nonroot
3+ FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
4+ ARG TARGETARCH
45WORKDIR /
5- COPY bin/manager-linux.amd64 /manager
6+ COPY bin/manager-linux.${TARGETARCH} /manager
67USER 65532:65532
78
8- ENTRYPOINT ["/manager" ]
9+ ENTRYPOINT ["/manager" ]
Original file line number Diff line number Diff line change 1- v0.7.0-dev
1+ v0.7.1
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : metrics-operator
33description : A Helm chart for the metrics-operator
44type : application
5- version : v0.7.0
6- appVersion : v0.7.0
5+ version : v0.7.1
6+ appVersion : v0.7.1
Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
8- repository : ghcr.io/openmcp-project/github.com/openmcp-project/metrics-operator/ images/metrics-operator
8+ repository : ghcr.io/openmcp-project/images/metrics-operator
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : v0.7.0
11+ tag : v0.7.1
1212
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff line change 55replicaCount: 1
66
77image:
8- repository: ghcr.io/openmcp-project/github.com/openmcp-project/metrics-operator/ images/metrics-operator
8+ repository: ghcr.io/openmcp-project/images/metrics-operator
99 pullPolicy: IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
1111 tag: $OPERATOR_VERSION
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ components:
1010 type : helm
1111 path : ./charts/${COMPONENT_NAME}
1212 repository : charts/${COMPONENT_NAME}
13-
13+
1414 - name : ${COMPONENT_NAME}-image
1515 type : ociImage
1616 input :
1717 type : dockermulti
1818 repository : images/${COMPONENT_NAME}
1919 variants :
20- - " ${COMPONENT_REPO_PREFIX}:${VERSION}"
20+ - " ${COMPONENT_REPO_PREFIX}:${VERSION}-linux-amd64"
21+ - " ${COMPONENT_REPO_PREFIX}:${VERSION}-linux-arm64"
You can’t perform that action at this time.
0 commit comments