Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove --devel from hybrid helm gitops#775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 2 commits intomasterfromq2-s3-helm-update-to-default
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ toc: true
Install the Hybrid Runtime for GitOps through a Helm chart.

>**ATTENTION**:
We have transitioned to a Helm-based installation for Hybrid GitOps Runtimes for improved experience and performance.
We have transitioned to a Helm-based installation for Hybrid GitOps Runtimes for improved experience and performance, and is now the default Runtime for GitOps.
The [CLI-based installation for Hybrid GitOps]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/) is now considered legacy.
We will deprecate this installation mode permanently in the coming months. Please stay tuned for further updates and instructions, including the migration process.

Expand DownExpand Up@@ -259,7 +259,7 @@ The table below lists the settings validated in the `values` file.
where:
* `<values_file>` is the name of the values.yaml used by the Helm installation.
* `<namespace>` is the namespace in which to install the Hybrid GitOps runtime, either the default `codefresh`, or the custom name you intend to use for the installation. The Namespace must conform to the naming conventions for Kubernetes objects.
* `<version>` is the version of the runtime to install.To target the latest pre-release version, use `--devel` instead of `--version <version>`.
* `<version>` is the version of the runtime to install.
1. Continue with [Step 2: Select Hybrid Runtime install option](#step-2-select-hybrid-runtime-install-option).

### Step 2: Select Hybrid Runtime install option
Expand DownExpand Up@@ -341,7 +341,6 @@ helm upgrade --install <helm-release-name> \
--set global.codefresh.userToken.token=<codefresh-api-key> \
--set global.runtime.name=<runtime-name> \
<helm-repo-name>/gitops-runtime \
--devel \
--wait
{% endhighlight %}

Expand All@@ -358,7 +357,6 @@ helm upgrade --install <helm-release-name> \
--set "global.runtime.ingress.hosts[0]"=<ingress-host> \
--set global.runtime.ingress.className=<ingress-class> \
<helm-repo-name>/gitops-runtime \
--devel \
--wait
{% endhighlight %}
<br>
Expand All@@ -374,7 +372,6 @@ helm upgrade --install <helm-release-name> \
--set global.runtime.ingress.enabled=false \
--set tunnel-client.enabled=false \
<helm-repo-name>/gitops-runtime \
--devel \
--wait
{% endhighlight %}

Expand Down
2 changes: 1 addition & 1 deletion_docs/installation/gitops/hybrid-gitops.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ toc: true
---

>**ATTENTION**:
We have transitioned to a [Helm-based installation for Hybrid GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/) for improved experience and performance.
We have transitioned to a [Helm-based installation for Hybrid GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/) for improved experience and performance, which is now the default for GitOps Runtimes.
The CLI-based installation for Hybrid GitOps is now considered legacy.
We will deprecate this installation mode permanently in the coming months. Please stay tuned for further updates and instructions, including the migration process.

Expand Down
2 changes: 1 addition & 1 deletion_docs/installation/gitops/monitor-manage-runtimes.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -277,7 +277,7 @@ dependencies:
```
1. For non-GitOps Runtimes, do the following:
1. Copy and run the upgrade command:
`RELEASE_NAME=$(helm ls -n codefresh-gitops-runtime -q) && helm upgrade ${RELEASE_NAME} -n codefresh-gitops-runtime --devel`
`RELEASE_NAME=$(helm ls -n codefresh-gitops-runtime -q) && helm upgrade ${RELEASE_NAME} -n codefresh-gitops-runtime`
1. To exit the upgrade panel, click **Close**.


Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ helm upgrade --install cf-gitops-runtime \
--set app-proxy.config.cors=<on-prem-url> \
--set global.runtime.ingress.enabled="true" \
--set "global.runtime.ingress.hosts[0]"=<ingress-host> \
cf-gitops-runtime/gitops-runtime--devel
cf-gitops-runtime/gitops-runtime
{% endhighlight %}

where:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp