Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add istio #75

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
16 changes: 16 additions & 0 deletions packages/istio/v1.17.8+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json
name: istio
iconUrl: https://raw.githubusercontent.com/istio/istio.io/e9dd610/static/img/logo.png
shortDescription: Connect, secure, control, and observe services.
longDescription: |
Istio is an open source service mesh that layers transparently onto existing distributed applications.
Istio’s powerful features provide a uniform and more efficient way to secure, connect, and monitor services.
Istio is the path to load balancing, service-to-service authentication, and monitoring – with few or no service code changes.
defaultNamespace: istio-system
helm:
repositoryUrl: https://istio-release.storage.googleapis.com/charts
releases:
- chartName: base
chartVersion: "1.17.8"
- chartName: istiod
chartVersion: "1.17.8"
3 changes: 3 additions & 0 deletions packages/istio/versions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
latestVersion: v1.17.8+1
versions:
- version: v1.17.8+1
Loading