-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
bugSomething isn't workingSomething isn't workingkubernetesItems related to KubernetesItems related to Kubernetesregistry
Description
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
Labels
bugSomething isn't workingSomething isn't workingkubernetesItems related to KubernetesItems related to Kubernetesregistry