Skip to content

Commit b5fa0d5

Browse files
Merge pull request #822 from codacy/ls/upkeep-k8s-versions
infra: remove support for previous versions of k8s
2 parents cbfe875 + f0b94ec commit b5fa0d5

1 file changed

Lines changed: 15 additions & 159 deletions

File tree

.circleci/config.yml

Lines changed: 15 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ workflows:
560560
name: install-k8s-unstable
561561
helm_repo: "https://charts.codacy.com/unstable"
562562
chart_version: $(cat .version)
563-
microk8s_channel: "1.32/stable"
563+
microk8s_channel: "1.33/stable"
564564
helm_version: "v3.19.0"
565565
helm_timeout: 1200
566566
context: CodacyDocker
@@ -658,137 +658,11 @@ workflows:
658658
- setup_release_db_values
659659

660660
- codacy/microk8s_install:
661-
name: install_k8s-1.19_helm-3.9
662-
helm_repo: "https://charts.codacy.com/incubator"
663-
chart_version: $(cat .version)
664-
microk8s_channel: "1.19/stable"
665-
helm_version: "v3.9.0"
666-
helm_timeout: 1200
667-
context: CodacyDocker
668-
docker_username: $DOCKER_USER
669-
docker_password: $DOCKER_PASS
670-
<<: *helm_values
671-
requires:
672-
- helm_push_incubator
673-
674-
- codacy/microk8s_install:
675-
name: install_k8s-1.20_helm-3.9
676-
helm_repo: "https://charts.codacy.com/incubator"
677-
chart_version: $(cat .version)
678-
microk8s_channel: "1.20/stable"
679-
helm_version: "v3.9.0"
680-
helm_timeout: 1200
681-
context: CodacyDocker
682-
docker_username: $DOCKER_USER
683-
docker_password: $DOCKER_PASS
684-
<<: *helm_values
685-
requires:
686-
- helm_push_incubator
687-
688-
- codacy/microk8s_install:
689-
name: install_k8s-1.21_helm-3.9
690-
helm_repo: "https://charts.codacy.com/incubator"
691-
chart_version: $(cat .version)
692-
microk8s_channel: "1.21/stable"
693-
helm_version: "v3.9.0"
694-
helm_timeout: 1200
695-
context: CodacyDocker
696-
docker_username: $DOCKER_USER
697-
docker_password: $DOCKER_PASS
698-
<<: *helm_values
699-
requires:
700-
- helm_push_incubator
701-
702-
- codacy/microk8s_install:
703-
name: install_k8s-1.22_helm-3.9
704-
helm_repo: "https://charts.codacy.com/incubator"
705-
chart_version: $(cat .version)
706-
microk8s_channel: "1.22/stable"
707-
helm_version: "v3.9.0"
708-
helm_timeout: 1200
709-
context: CodacyDocker
710-
docker_username: $DOCKER_USER
711-
docker_password: $DOCKER_PASS
712-
<<: *helm_values
713-
requires:
714-
- helm_push_incubator
715-
716-
- codacy/microk8s_install:
717-
name: install_k8s-1.23_helm-3.9
718-
helm_repo: "https://charts.codacy.com/incubator"
719-
chart_version: $(cat .version)
720-
microk8s_channel: "1.23/stable"
721-
helm_version: "v3.9.0"
722-
helm_timeout: 1200
723-
context: CodacyDocker
724-
docker_username: $DOCKER_USER
725-
docker_password: $DOCKER_PASS
726-
<<: *helm_values
727-
requires:
728-
- helm_push_incubator
729-
730-
- codacy/microk8s_install:
731-
name: install_k8s-1.24_helm-3.9
732-
helm_repo: "https://charts.codacy.com/incubator"
733-
chart_version: $(cat .version)
734-
microk8s_channel: "1.24/stable"
735-
helm_version: "v3.9.0"
736-
helm_timeout: 1200
737-
context: CodacyDocker
738-
docker_username: $DOCKER_USER
739-
docker_password: $DOCKER_PASS
740-
<<: *helm_values
741-
requires:
742-
- helm_push_incubator
743-
744-
- codacy/microk8s_install:
745-
name: install_k8s-1.25_helm-3.9
746-
helm_repo: "https://charts.codacy.com/incubator"
747-
chart_version: $(cat .version)
748-
microk8s_channel: "1.25/stable"
749-
helm_version: "v3.9.0"
750-
helm_timeout: 1200
751-
context: CodacyDocker
752-
docker_username: $DOCKER_USER
753-
docker_password: $DOCKER_PASS
754-
<<: *helm_values
755-
requires:
756-
- helm_push_incubator
757-
758-
- codacy/microk8s_install:
759-
name: install_k8s-1.26_helm-3.9
760-
helm_repo: "https://charts.codacy.com/incubator"
761-
chart_version: $(cat .version)
762-
microk8s_channel: "1.26/stable"
763-
helm_version: "v3.9.0"
764-
helm_timeout: 1200
765-
context: CodacyDocker
766-
docker_username: $DOCKER_USER
767-
docker_password: $DOCKER_PASS
768-
<<: *helm_values
769-
requires:
770-
- helm_push_incubator
771-
772-
- codacy/microk8s_install:
773-
name: install_k8s-1.27_helm-3.9
774-
helm_repo: "https://charts.codacy.com/incubator"
775-
chart_version: $(cat .version)
776-
microk8s_channel: "1.27/stable"
777-
helm_version: "v3.9.0"
778-
helm_timeout: 1200
779-
context: CodacyDocker
780-
docker_username: $DOCKER_USER
781-
docker_password: $DOCKER_PASS
782-
<<: *helm_values
783-
requires:
784-
- helm_push_incubator
785-
786-
- codacy/microk8s_install:
787-
name: install_k8s-1.28_helm-3.9
661+
name: install_k8s-1.30_helm-3.16.3
788662
helm_repo: "https://charts.codacy.com/incubator"
789663
chart_version: $(cat .version)
790-
microk8s_channel: "1.28/stable"
791-
helm_version: "v3.9.0"
664+
microk8s_channel: "1.30/stable"
665+
helm_version: "v3.16.3"
792666
helm_timeout: 1200
793667
context: CodacyDocker
794668
docker_username: $DOCKER_USER
@@ -798,10 +672,10 @@ workflows:
798672
- helm_push_incubator
799673

800674
- codacy/microk8s_install:
801-
name: install_k8s-1.29_helm-3.16.3
675+
name: install_k8s-1.31_helm-3.16.3
802676
helm_repo: "https://charts.codacy.com/incubator"
803677
chart_version: $(cat .version)
804-
microk8s_channel: "1.29/stable"
678+
microk8s_channel: "1.31/stable"
805679
helm_version: "v3.16.3"
806680
helm_timeout: 1200
807681
context: CodacyDocker
@@ -812,11 +686,11 @@ workflows:
812686
- helm_push_incubator
813687

814688
- codacy/microk8s_install:
815-
name: install_k8s-1.30_helm-3.16.3
689+
name: install_k8s-1.32_helm-3.19.0
816690
helm_repo: "https://charts.codacy.com/incubator"
817691
chart_version: $(cat .version)
818-
microk8s_channel: "1.30/stable"
819-
helm_version: "v3.16.3"
692+
microk8s_channel: "1.32/stable"
693+
helm_version: "v3.19.0"
820694
helm_timeout: 1200
821695
context: CodacyDocker
822696
docker_username: $DOCKER_USER
@@ -826,10 +700,10 @@ workflows:
826700
- helm_push_incubator
827701

828702
- codacy/microk8s_install:
829-
name: install_k8s-1.32_helm-3.19.0
703+
name: install_k8s-1.33_helm-3.19.0
830704
helm_repo: "https://charts.codacy.com/incubator"
831705
chart_version: $(cat .version)
832-
microk8s_channel: "1.32/stable"
706+
microk8s_channel: "1.33/stable"
833707
helm_version: "v3.19.0"
834708
helm_timeout: 1200
835709
context: CodacyDocker
@@ -872,19 +746,10 @@ workflows:
872746
- test_e2e
873747
- test_api
874748
- test_apiv3
875-
- install_k8s-1.19_helm-3.9
876-
- install_k8s-1.20_helm-3.9
877-
- install_k8s-1.21_helm-3.9
878-
- install_k8s-1.22_helm-3.9
879-
- install_k8s-1.23_helm-3.9
880-
- install_k8s-1.24_helm-3.9
881-
- install_k8s-1.25_helm-3.9
882-
- install_k8s-1.26_helm-3.9
883-
- install_k8s-1.27_helm-3.9
884-
- install_k8s-1.28_helm-3.9
885-
- install_k8s-1.29_helm-3.16.3
886749
- install_k8s-1.30_helm-3.16.3
750+
- install_k8s-1.31_helm-3.16.3
887751
- install_k8s-1.32_helm-3.19.0
752+
- install_k8s-1.33_helm-3.19.0
888753
- manual_solutions_eng_hold:
889754
type: approval
890755
context: CodacyDO
@@ -893,19 +758,10 @@ workflows:
893758
- test_e2e
894759
- test_api
895760
- test_apiv3
896-
- install_k8s-1.19_helm-3.9
897-
- install_k8s-1.20_helm-3.9
898-
- install_k8s-1.21_helm-3.9
899-
- install_k8s-1.22_helm-3.9
900-
- install_k8s-1.23_helm-3.9
901-
- install_k8s-1.24_helm-3.9
902-
- install_k8s-1.25_helm-3.9
903-
- install_k8s-1.26_helm-3.9
904-
- install_k8s-1.27_helm-3.9
905-
- install_k8s-1.28_helm-3.9
906-
- install_k8s-1.29_helm-3.16.3
907761
- install_k8s-1.30_helm-3.16.3
762+
- install_k8s-1.31_helm-3.16.3
908763
- install_k8s-1.32_helm-3.19.0
764+
- install_k8s-1.33_helm-3.19.0
909765
- set_chart_version_release:
910766
context: CodacyDO
911767
requires:

0 commit comments

Comments
 (0)