Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm chart 0.71.0 missing some crd (ManualApprovalGate) #2207

Closed
alekc opened this issue Jun 12, 2024 · 1 comment · Fixed by #2230
Closed

helm chart 0.71.0 missing some crd (ManualApprovalGate) #2207

alekc opened this issue Jun 12, 2024 · 1 comment · Fixed by #2230
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@alekc
Copy link

alekc commented Jun 12, 2024

Expected Behavior

being able to deploy

Actual Behavior

Tekton operator fails to watch manualapprovalgates

Steps to Reproduce the Problem

Install helm chart

  repo_url        = "https://github.com/tektoncd/operator.git"
  path            = "charts/tekton-operator"
  target_revision = "v0.71.0"

with following config

installCRDs: true
openshift:
  openshift: false
operator:
  logLevel: info
  resources:
    requests:
      memory: "64Mi"
      cpu: "250m"
pruner:
  image:
    tag: latest
service:
  createServiceMonitor: false
## Annotations to be added to all pods deployed by this chart.
podAnnotations: {}
## Settings for controlling the placement of all pods deployed by this chart.
## see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
nodeSelector: {}
tolerations: []
affinity: {}

pod will report several errors

W0612 15:08:41.378103       1 reflector.go:535] k8s.io/client-go@v1.5.2/tools/cache/reflector.go:229: failed to list *v1alpha1.ManualApprovalGate: the server could not find the requested resource (get manualapprovalgates.operator.tekton.dev)

by the look of it, the CRD for the ManualApprovalGate has not been included in the helm chart

@alekc alekc added the kind/bug Categorizes issue or PR as related to a bug. label Jun 12, 2024
@Stringls
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants