You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/12/14 01:34:48 UTC

[camel-k] branch main updated: docs: substitute OpenShift badge with Nightly in README.adoc

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 601d5dd36 docs: substitute OpenShift badge with Nightly in README.adoc
601d5dd36 is described below

commit 601d5dd36f18ea0cf6257f4bfa6961fc3c5abbf5
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Wed Dec 14 10:34:16 2022 +0900

    docs: substitute OpenShift badge with Nightly in README.adoc
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index b57688ea5..82532a61c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -9,7 +9,7 @@ image:https://goreportcard.com/badge/github.com/apache/camel-k["Go Report Card",
 image:https://godoc.org/github.com/apache/camel-k?status.svg["GoDoc", link="https://godoc.org/github.com/apache/camel-k"]
 image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernetes", link="https://github.com/apache/camel-k/actions/workflows/common.yml"]
 image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative", link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
-image:https://github.com/apache/camel-k/actions/workflows/openshift.yml/badge.svg["OpenShift", link="https://github.com/apache/camel-k/actions/workflows/openshift.yml"]
+image:https://github.com/apache/camel-k/actions/workflows/release.yml/badge.svg["Nightly", link="https://github.com/apache/camel-k/actions/workflows/release.yml"]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"]
 
 Apache Camel K is a lightweight integration framework built from **Apache Camel** that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures. Users of `Camel K` can instantly run integration code written in Camel DSL on their preferred **Cloud** provider.