Skip to content

Commit

Permalink
[release-v1.15] Sync Konflux configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Feb 11, 2025
1 parent 810a76c commit 6bc7534
Show file tree
Hide file tree
Showing 69 changed files with 146 additions and 102 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/dependabot-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

name: Dependabot

on:
pull_request:

permissions:
contents: write

jobs:
update-deps:
name: Update deps
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
path: ./src/github.com/${{ github.repository }}
fetch-depth: 0

- name: Setup Golang
uses: openshift-knative/hack/actions/setup-go@main

- name: Install yq
run: |
go install github.com/mikefarah/yq/v3@latest
- name: Generate files
working-directory: ./src/github.com/${{ github.repository }}
run: make generate-release

- name: git push
working-directory: ./src/github.com/${{ github.repository }}
run: |
if ! git diff --exit-code --quiet
then
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -m "Run make generate-release"
git push
fi
2 changes: 1 addition & 1 deletion .tekton/kn-serving-activator-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-activator-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-autoscaler-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-autoscaler-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-autoscaler-hpa-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-cleanup-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-cleanup-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-controller-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-controller-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-dataplane-probe-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-dataplane-probe-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-default-domain-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-default-domain-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-load-test-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-load-test-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-queue-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-queue-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-real-traffic-test-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-real-traffic-test-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-reconciliation-delay-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-rollout-probe-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-rollout-probe-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-serving-scale-from-zero-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-serving-scale-from-zero-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
pipelineRef:
name: docker-build
Expand Down
Loading

0 comments on commit 6bc7534

Please sign in to comment.