Skip to content

Commit

Permalink
Move istio service chart to chart repository (#1776)
Browse files Browse the repository at this point in the history
* Move istio service chart to chart repository

* Add chart version to istio service mesh in helmfile
  • Loading branch information
rosalieper authored Sep 18, 2024
1 parent 2ecd805 commit fd2532b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 128 deletions.
1 change: 0 additions & 1 deletion charts/istio-service-mesh/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions charts/istio-service-mesh/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions charts/istio-service-mesh/Chart.lock

This file was deleted.

10 changes: 0 additions & 10 deletions charts/istio-service-mesh/Chart.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions charts/istio-service-mesh/templates/peer-authentication.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions charts/istio-service-mesh/templates/pod-monitor.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions charts/istio-service-mesh/templates/service-monitor.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/istio-service-mesh/values.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ releases:

- name: istio-service-mesh
namespace: istio-system
chart: ./../../charts/istio-service-mesh
chart: wbstack/istio-service-mesh
version: 0.0.1
<<: *default_release

- name: superset
Expand Down

0 comments on commit fd2532b

Please sign in to comment.