Skip to content

Commit

Permalink
Remove k8s 1.23 (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed Nov 9, 2023
1 parent 768aa4f commit 9225cfa
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 62,453 deletions.
28 changes: 3 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,22 +250,6 @@ jobs:
bin/release-helm-chart -p /tmp/workspace/astronomer-*.tgz
- publish-github-release

platform-1-23-17:
machine:
image: ubuntu-2204:2023.07.2
resource_class: xlarge
environment:
KUBE_VERSION: v1.23.17
steps:
- helm-install:
astronomer-tags: "platform postgresql monitoring logging"
- run:
name: Check chart for k8s 1.23.17 compatibility with kubent
command: |
set -o pipefail
helm template --kube-version=v1.23.17 -f values.yaml --set global.baseDomain=example.com . |
kubent --cluster=false --helm3=false --filename -
when: always
platform-1-24-15:
machine:
image: ubuntu-2204:2023.07.2
Expand Down Expand Up @@ -468,14 +452,9 @@ workflows:
- approve-test-all-platforms:
type: approval

- platform-1-23-17:
requires:
- build-artifact
- platform-1-24-15:
requires:
- approve-test-all-platforms
- build-artifact

- platform-1-25-11:
requires:
- approve-test-all-platforms
Expand Down Expand Up @@ -509,7 +488,7 @@ workflows:
- '/^release-0\.\d+$/'
requires:
- approve-internal-release
- platform-1-23-17
- platform-1-24-15
- platform-1-28-0
- approve-upgrade-test:
type: approval
Expand All @@ -529,7 +508,6 @@ workflows:
type: approval
requires:
- release-to-internal
- platform-1-24-15
- platform-1-25-11
- platform-1-26-6
- platform-1-27-3
Expand Down Expand Up @@ -567,7 +545,7 @@ workflows:
- run_pre_commit
- unittest-charts

- platform-1-23-17:
- platform-1-24-15:
requires:
- build-artifact

Expand All @@ -579,7 +557,7 @@ workflows:
context:
- gcp-astronomer-prod
requires:
- platform-1-23-17
- platform-1-24-15
- platform-1-28-0
filters:
branches:
Expand Down

0 comments on commit 9225cfa

Please sign in to comment.