Skip to content

Commit

Permalink
fix: image pull error
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Mar 22, 2023
1 parent 9c8d8d4 commit c32fb5e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,8 @@ spec:
resources: {}
- name: chart-docs
resources: {}
- image: gcr.io/jenkinsxio/jx-changelog:0.0.36
name: changelog
resources: {}
script: |
#!/usr/bin/env sh
source .jx/variables.sh
if [ -d "charts/$REPO_NAME" ]; then
sed -i -e "s/^version:.*/version: $VERSION/" ./charts/$REPO_NAME/Chart.yaml
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 changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=false
- name: changelog
resources: {}
- name: release-chart
resources: {}
- name: upload-binaries
Expand Down

0 comments on commit c32fb5e

Please sign in to comment.