Skip to content

Commit

Permalink
fix: debug helm release error
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jan 5, 2024
1 parent 692e3f3 commit 31f25dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,27 @@ spec:
name: ""
resources: {}
- name: jx-variables
- name: test-credentials0
image: ghcr.io/distroless/busybox
script: |
#!/bin/sh
cat ~/.git-credentials
- name: build-make-linux
resources: {}
- name: build-make-test
- name: test-credentials1
image: ghcr.io/distroless/busybox
script: |
#!/bin/sh
cat ~/.git-credentials
- name: build-make-test2
resources: {}
- name: test-credentials
image: ghcr.io/distroless/busybox
script: |
#!/bin/sh
cat ~/.git-credentials
- name: build-container-build:webhooks
resources: {}
script: |
Expand Down Expand Up @@ -84,7 +101,7 @@ spec:
sed -i -e "s/repository:.*/repository: $DOCKER_REGISTRY\/$DOCKER_REGISTRY_ORG\/$APP_NAME/" ./charts/$REPO_NAME/values.yaml
sed -i -e "s/tag:.*/tag: $VERSION/" ./charts/$REPO_NAME/values.yaml;
else echo no charts; fi
jx gitops helm release
podTemplate: {}
serviceAccountName: tekton-bot
Expand Down
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=docker/gc/Dockerfile --destination=ghcr.io/jenkins-x/lighthouse-gc-jobs:$VERSION --destination=ghcr.io/jenkins-x/lighthouse-gc-jobs:latest --build-arg=VERSION=$VERSION
- name: chart-docs
resources: {}
- image: ghcr.io/jenkins-x/jx-boot:3.10.73
- image: ghcr.io/jenkins-x/jx-boot:3.10.126
name: changelog
resources: {}
script: |
Expand Down

0 comments on commit 31f25dc

Please sign in to comment.