Skip to content

mongodb-labeler - problem label collection Goland out of date #19013

@BK-STAR77

Description

@BK-STAR77

Name and Version

bitnami/mongodb 12.1.31

What architecture are you using?

amd64

What steps will reproduce the bug?

Hello

We have recently a problem with the pod labeler to put label to the pod.

The image image: "korenlev/k8s-mongo-labeler-sidecar" Goland collection is out of date and we resolved the issue in puting a new image of k8s-mongo-labeler-sidecar with the latest Goland collection.

Can you update your collection too in the Helm chart?

Thank you

What do you see instead?

time="2023-08-30T12:52:15Z" level=error msg="Pod \"mongodb-0\" is invalid: spec: Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds`, `spec.tolerations` (only additions to existing tolerations) or `spec.terminationGracePeriodSeconds` (allow it to be set to 1 if it was previously negative)
  core.PodSpec{
    ... // 10 identical fields
    AutomountServiceAccountToken: nil,
    NodeName:                     \"\",
    SecurityContext: &core.PodSecurityContext{
      ... // 11 identical fields
      FSGroupChangePolicy: nil,
      Sysctls:             nil,
-     SeccompProfile:      &core.SeccompProfile{Type: \"RuntimeDefault\"},
+     SeccompProfile:      nil,
    },
    ImagePullSecrets: {{Name: \"mongodb-dockercfg-j9pjg\"}},
    Hostname:         \"mongodb-0\",
    ... // 16 identical fields
  }
"

Metadata

Metadata

Assignees

Labels

mongodbsolvedstale15 days without activitytech-issuesThe user has a technical issue about an applicationtriageTriage is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions