Skip to content

Commit f5b766d

Browse files
committed
Add gitOpsCommitId field to DeploymentDescriptor CRD and comment out helm-build command in CI workflow
1 parent 7e76798 commit f5b766d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Build Helm Chart
7373
run: |
74-
make helm-build
74+
# make helm-build
7575
sed -i "s|tag: latest|tag: $VERSION|g" ./helm/kalypso-observability-hub/values.yaml
7676
sed -i "s|tag: latest|tag: $VERSION|g" ./helm/kalypso-observability-hub/charts/api-server/values.yaml
7777

helm/kalypso-observability-hub/crds/deploymentdescriptor-crd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ spec:
193193
- type
194194
type: object
195195
type: array
196+
gitOpsCommitId:
197+
type: string
196198
type: object
197199
type: object
198200
served: true

0 commit comments

Comments
 (0)