Skip to content

Commit

Permalink
chore: upgrade jenkins-x/jx3-pipeline-catalog to version 0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 14, 2021
1 parent fb5826d commit a75715f
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
resources: {}
- name: promote-changelog
resources: {}
- image: gcr.io/jenkinsxio/jx-changelog:0.0.36
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-pullrequest
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/C++/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/D/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/appserver/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/csharp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/cwp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker-helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
flutter pub get
flutter test
flutter build apk
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-mongodb/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin-multiarch/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
#!/bin/ash
if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME
helm-docs; else echo no charts; fi
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
#!/bin/ash
if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME
helm-docs; else echo no charts; fi
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/gradle/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
script: |
#!/usr/bin/env sh
jx gitops variables
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/javascript-ui-nginx/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/javascript/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/jenkins/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-java11/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-node-ruby/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-quarkus/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/ml-python-gpu-service/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/ml-python-service/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/php/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/python/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/ruby/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/rust/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/scala/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/terraform/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
terraform init
terraform version
terraform validate
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/typescript/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=Dockerfile --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: gcr.io/jenkinsxio/jx-changelog:0.0.38
- image: gcr.io/jenkinsxio/jx-changelog:0.0.39
name: promote-changelog
resources: {}
script: |
Expand Down

0 comments on commit a75715f

Please sign in to comment.