Skip to content

Commit

Permalink
chore(containerizatin): remove istio
Browse files Browse the repository at this point in the history
Can be installed per-project via asdf

Resolves #195
  • Loading branch information
smoyer64 committed Nov 24, 2024
1 parent eac2fbe commit 9e8e8bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions roles/containerization/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
k8s_name: kubernetes
k8s_installation_directory: /opt/{{ k8s_name }}

# https://github.com/istio/istio/releases/download/1.0.3/istio-1.0.3-linux.tar.gz

istio_host: "https://github.com"
istio_path: istio/istio/releases/download/{{ istio_version }}
istio_file: istio-{{ istio_version }}-linux-amd64.tar.gz

istio_url: "{{ istio_host }}/{{ istio_path }}/{{ istio_file }}"

istio_installation_directory: "/opt/istio"
istio_home_directory: "{{ istio_installation_directory }}/{{ istio_version }}"

# https://github.com/GoogleContainerTools/skaffold/releases/download/v1.16.0/skaffold-linux-amd64

skaffold_host: "https://github.com"
Expand Down
4 changes: 0 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ burp_version: latest
#dbeaver
dbeaver_version: latest

#Containerization
istio_version: 1.14.3
istio_checksum: "sha256:f5e2fbd1b15433fbf9597ee2818e837d221c45714a24f3aa392a46e0e1384eb4"

#Eclipse
eclipse_version: 2022-09
eclipse_sr: R
Expand Down

0 comments on commit 9e8e8bf

Please sign in to comment.