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

chore: remove deprecated v1beta1 crd version #746

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
16 changes: 3 additions & 13 deletions charts/lagoon-build-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ kubeVersion: ">= 1.25.0-0"

type: application

version: 0.31.1
version: 0.32.0

appVersion: v0.21.0
appVersion: v0.22.0

annotations:
artifacthub.io/changes: |
- kind: changed
description: fix servicemonitor for lagoon build metrics
description: removal of deprecated v1beta1 crd version
artifacthub.io/crds: |
- kind: LagoonBuild
version: v1beta2
Expand All @@ -35,13 +35,3 @@ annotations:
name: lagoontask
displayName: LagoonTask
description: This is the CRD used for managing LagoonTasks
- kind: LagoonBuild
version: v1beta1
name: lagoonbuild
displayName: LagoonBuild
description: Deprecated - Use the newer v1beta2 resource
- kind: LagoonTask
version: v1beta1
name: lagoontask
displayName: LagoonTask
description: Deprecated - Use the newer v1beta2 resource
Loading
Loading