Skip to content

OpenShift values missing latest changes #2251

@dmartinol

Description

@dmartinol

Latest additions related to experimental feature and registry API are missing in the Helm value for OpenShift deployments:

% diff values.yaml values-openshift.yaml 
8,10c8
<   # Whether to enable experimental features
<   features:
<     experimental: false
---
> 
46a45,46
>     seccompProfile:
>       type: RuntimeDefault
53c53
<     runAsUser: 1000
---
>     runAsUser:
57,58d56
<     seccompProfile:
<       type: RuntimeDefault
92c90
<       memory: 128Mi
---
>       memory: 384Mi
95c93
<       memory: 64Mi
---
>       memory: 192Mi
183,197d180
< 
< # -- All values for the registry API deployment and associated resources
< registryAPI:
<   # -- Container image for the registry API
<   image: "ghcr.io/stacklok/toolhive/thv-registry-api:latest"
<   # -- Service account configuration for the registry API
<   serviceAccount:
<     # -- Automatically mount a ServiceAccount's API credentials
<     automountServiceAccountToken: true
<     # -- The name of the service account to use for the registry API
<     name: "toolhive-registry-api"
<     # -- Annotations to add to the registry API service account
<     annotations: {}
<     # -- Labels to add to the registry API service account
<     labels: {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingkubernetesItems related to Kubernetesregistry

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions