Skip to content

Commit

Permalink
Remove kiali 1.57 out support (#844)
Browse files Browse the repository at this point in the history
* Remove kiali 1.57 out support

* Remove 2.1 role

* Remove 2.1 from ossmc playbook
  • Loading branch information
aljesusg authored Dec 10, 2024
1 parent 35a5e5a commit 17965ed
Show file tree
Hide file tree
Showing 117 changed files with 3 additions and 7,854 deletions.
12 changes: 3 additions & 9 deletions manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,19 +334,13 @@ spec:
- name: WATCHES_FILE
value: "watches-os.yaml"
- name: RELATED_IMAGE_kiali_default
value: "${KIALI_2_1}"
- name: RELATED_IMAGE_kiali_v2_1
value: "${KIALI_2_1}"
value: "${KIALI_1_73}"
- name: RELATED_IMAGE_kiali_v1_73
value: "${KIALI_1_73}"
- name: RELATED_IMAGE_kiali_v1_65
value: "${KIALI_1_65}"
- name: RELATED_IMAGE_kiali_v1_57
value: "${KIALI_1_57}"
value: "${KIALI_1_65}"
- name: RELATED_IMAGE_ossmconsole_default
value: "${OSSMCONSOLE_2_1}"
- name: RELATED_IMAGE_ossmconsole_v2_1
value: "${OSSMCONSOLE_2_1}"
value: "${OSSMCONSOLE_1_73}"
- name: RELATED_IMAGE_ossmconsole_v1_73
value: "${OSSMCONSOLE_1_73}"
ports:
Expand Down
2 changes: 0 additions & 2 deletions playbooks/kiali-default-supported-images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
default: {"image_name": "quay.io/kiali/kiali", "image_version": "operator_version"}
v1.57: {"image_name": "quay.io/kiali/kiali", "image_version": "v1.57"}
v1.65: {"image_name": "quay.io/kiali/kiali", "image_version": "v1.65"}
v1.73: {"image_name": "quay.io/kiali/kiali", "image_version": "v1.73"}
v2.1: {"image_name": "quay.io/kiali/kiali", "image_version": "v2.1"}
1 change: 0 additions & 1 deletion playbooks/ossmconsole-default-supported-images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
default: {"imageName": "quay.io/kiali/ossmconsole", "imageVersion": "operator_version"}
v2.1: {"imageName": "quay.io/kiali/ossmconsole", "imageVersion": "v2.1"}
v1.73: {"imageName": "quay.io/kiali/ossmconsole", "imageVersion": "v1.73"}
338 changes: 0 additions & 338 deletions roles/v1.57/kiali-deploy/defaults/main.yml

This file was deleted.

Loading

0 comments on commit 17965ed

Please sign in to comment.