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 charts/ome-resources/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ome:
version: &defaultVersion v0.1.3
version: &defaultVersion v0.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version is being updated to v0.1.2, but the pull request title suggests this is for release v0.1.3. Please ensure the version number is correct for the intended release. If this is for v0.1.3, this value should be updated.

  version: &defaultVersion v0.1.3

metricsaggregator:
enableMetricAggregation: "false"
enablePrometheusScraping: "false"
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: manager
image: ghcr.io/moirai-internal/ome-manager:v0.1.3
image: ghcr.io/moirai-internal/ome-manager:v0.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The image tag is being updated to v0.1.2, but the pull request title suggests this is for release v0.1.3. Please ensure the version tag is correct for the intended release. If this is for v0.1.3, this value should be updated.

          image: ghcr.io/moirai-internal/ome-manager:v0.1.3

2 changes: 1 addition & 1 deletion config/default/model_agent_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: model-agent
image: ghcr.io/moirai-internal/model-agent:v0.1.3
image: ghcr.io/moirai-internal/model-agent:v0.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The image tag is being updated to v0.1.2, but the pull request title suggests this is for release v0.1.3. Please ensure the version tag is correct for the intended release. If this is for v0.1.3, this value should be updated.

          image: ghcr.io/moirai-internal/model-agent:v0.1.3

2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- "--leader-elect"
- "webhook"
- "--zap-encoder=console"
image: ghcr.io/moirai-internal/ome-manager:v0.1.3
image: ghcr.io/moirai-internal/ome-manager:v0.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The image tag is being updated to v0.1.2, but the pull request title suggests this is for release v0.1.3. Please ensure the version tag is correct for the intended release. If this is for v0.1.3, this value should be updated.

        image: ghcr.io/moirai-internal/ome-manager:v0.1.3

imagePullPolicy: Always
name: manager
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion config/model-agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
type: DirectoryOrCreate
containers:
- name: model-agent
image: ghcr.io/moirai-internal/model-agent:v0.1.3
image: ghcr.io/moirai-internal/model-agent:v0.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The image tag is being updated to v0.1.2, but the pull request title suggests this is for release v0.1.3. Please ensure the version tag is correct for the intended release. If this is for v0.1.3, this value should be updated.

        image: ghcr.io/moirai-internal/model-agent:v0.1.3

imagePullPolicy: Always
ports:
- name: metrics
Expand Down
Loading