Skip to content

Commit

Permalink
Merge pull request #671 from uselagoon/build-task-crd-update
Browse files Browse the repository at this point in the history
chore: update crd for builds and tasks
  • Loading branch information
shreddedbacon authored Jun 20, 2024
2 parents 2d7001d + 8d4c3b0 commit 1347a40
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/lagoon-build-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ kubeVersion: ">= 1.23.0-0"

type: application

version: 0.27.0
version: 0.28.0

appVersion: v0.15.6

annotations:
artifacthub.io/changes: |
- kind: changed
description: update remote-controller image to v0.15.6
description: update lagoonbuild and lagoontask crd with organization changes
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ spec:
type: string
namespacePattern:
type: string
organization:
properties:
id:
type: integer
name:
type: string
type: object
productionEnvironment:
type: string
projectIdling:
Expand Down Expand Up @@ -572,4 +579,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ spec:
type: string
namespacePattern:
type: string
organization:
properties:
id:
type: integer
name:
type: string
type: object
variables:
description: Variables contains the project and environment variables
from lagoon.
Expand Down Expand Up @@ -554,4 +561,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []

0 comments on commit 1347a40

Please sign in to comment.