Skip to content

Commit

Permalink
Update to istio-1.18.2-tetrate-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdamt committed Jan 18, 2024
1 parent 0a0fae6 commit e892122
Show file tree
Hide file tree
Showing 138 changed files with 28,262 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/istio/1.18.2-tetrate-v1/base/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
appVersion: 1.18.2-tetrate-v1
description: Helm chart for deploying Istio cluster resources and CRDs
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
- istio
name: base
sources:
- https://github.com/istio/istio
version: 1.18.2
21 changes: 21 additions & 0 deletions charts/istio/1.18.2-tetrate-v1/base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Istio base Helm Chart

This chart installs resources shared by all Istio revisions. This includes Istio CRDs.

## Setup Repo Info

```console
helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update
```

_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._

## Installing the Chart

To install the chart with the release name `istio-base`:

```console
kubectl create namespace istio-system
helm install istio-base istio/base -n istio-system
```
Loading

0 comments on commit e892122

Please sign in to comment.