Skip to content

Commit

Permalink
sourced upstream istio-base-1.19.9 charts
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-shirodkar committed Nov 13, 2024
1 parent c154c9f commit 6dfd589
Show file tree
Hide file tree
Showing 11 changed files with 7,528 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/istio-base-1.19.9/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
appVersion: 1.19.9
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.19.9
21 changes: 21 additions & 0 deletions charts/istio-base-1.19.9/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 6dfd589

Please sign in to comment.