diff --git a/config/samples/default.yaml b/config/samples/default.yaml index 9cf63087..4f76f5e4 100644 --- a/config/samples/default.yaml +++ b/config/samples/default.yaml @@ -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 diff --git a/config/samples/full.yaml b/config/samples/full.yaml index 19a0edd6..80a8b6bc 100644 --- a/config/samples/full.yaml +++ b/config/samples/full.yaml @@ -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: diff --git a/registry/manifests/kabanero-operator/0.9.0/kabanero-operator.v0.9.0.clusterserviceversion.yaml b/registry/manifests/kabanero-operator/0.9.0/kabanero-operator.v0.9.0.clusterserviceversion.yaml index eeabefb2..a2b15310 100644 --- a/registry/manifests/kabanero-operator/0.9.0/kabanero-operator.v0.9.0.clusterserviceversion.yaml +++ b/registry/manifests/kabanero-operator/0.9.0/kabanero-operator.v0.9.0.clusterserviceversion.yaml @@ -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" } } ] @@ -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" } } ],