Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: This Dockerfile is used by the pipeline, but not for the 'make image' command, which uses the Dockerfile template in hack/common instead.
# Use distroless as minimal base image to package the component binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
ARG TARGETOS
ARG TARGETARCH
ARG COMPONENT
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.36.0-dev
v0.37.0
4 changes: 2 additions & 2 deletions charts/mcp-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mcp-operator
description: A Helm chart for the mcp-operator
type: application
version: v0.36.0
appVersion: v0.36.0
version: v0.37.0
appVersion: v0.37.0
home: https://github.com/openmcp-project/mcp-operator
sources:
- https://github.com/openmcp-project/mcp-operator
2 changes: 1 addition & 1 deletion charts/mcp-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deployment:

image:
repository: ghcr.io/openmcp-project/images/mcp-operator
tag: v0.36.0
tag: v0.37.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down