Skip to content

Commit

Permalink
chore: remove deprecated v1beta1 crd version
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jan 29, 2025
1 parent 43e7e0c commit 77e2af2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1,354 deletions.
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

0 comments on commit 77e2af2

Please sign in to comment.