Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
v0.9.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczyns committed May 14, 2020
1 parent 41d2388 commit 1026a9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions config/samples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
repositories:
- name: central
https:
url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0-rc.1/kabanero-stack-hub-index.yaml
url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0-rc.3/kabanero-stack-hub-index.yaml
pipelines:
- id: default
sha256: 850dfa631d957ba66978a4701dc08b8bd41cc9ca52c0cde8344941032354a770
sha256: d4c62613c52f5e89e3ccc3938d4ae02b7ae2df030ebe7d44533640cb3073062d
https:
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.2/default-kabanero-pipelines.tar.gz
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.4/default-kabanero-pipelines.tar.gz
10 changes: 5 additions & 5 deletions config/samples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ spec:
repositories:
- name: incubator
https:
url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0-rc.1/kabanero-stack-hub-index.yaml
url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0-rc.3/kabanero-stack-hub-index.yaml
pipelines:
- id: default
sha256: 850dfa631d957ba66978a4701dc08b8bd41cc9ca52c0cde8344941032354a770
sha256: d4c62613c52f5e89e3ccc3938d4ae02b7ae2df030ebe7d44533640cb3073062d
https:
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.2/default-kabanero-pipelines.tar.gz
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.4/default-kabanero-pipelines.tar.gz

gitops:
pipelines:
- id: gitops
sha256: 035d4c99f616f346f2452c9a0a14817762c378299c5623b4793401323d1d7828
sha256: 3ec36ed8a84760d0ad63700f04820dc8f84a954219ecae44d6f7b2123145b792
https:
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.2/kabanero-gitops-pipelines.tar.gz
url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.4/kabanero-gitops-pipelines.tar.gz

governancePolicy:
# Provide governance configuration for all stacks managed by Kabanero. The allowed configuration policies are:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ metadata:
{
"name": "incubator",
"https": {
"url": "https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0-rc.1/kabanero-stack-hub-index.yaml"
"url": "https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.9.0-rc.3/kabanero-stack-hub-index.yaml"
}
}
],
"pipelines": [
{
"id": "default",
"sha256": "850dfa631d957ba66978a4701dc08b8bd41cc9ca52c0cde8344941032354a770",
"sha256": "d4c62613c52f5e89e3ccc3938d4ae02b7ae2df030ebe7d44533640cb3073062d",
"https": {
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.2/default-kabanero-pipelines.tar.gz"
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.4/default-kabanero-pipelines.tar.gz"
}
}
]
Expand Down Expand Up @@ -68,9 +68,9 @@ metadata:
{ "version": "0.2.11",
"pipelines": [
{ "id": "default",
"sha256": "850dfa631d957ba66978a4701dc08b8bd41cc9ca52c0cde8344941032354a770",
"sha256": "d4c62613c52f5e89e3ccc3938d4ae02b7ae2df030ebe7d44533640cb3073062d",
"https": {
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.2/default-kabanero-pipelines.tar.gz"
"url": "https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.9.0-rc.4/default-kabanero-pipelines.tar.gz"
}
}
],
Expand Down

0 comments on commit 1026a9c

Please sign in to comment.